mirror of
https://github.com/langchain-ai/mcpdoc.git
synced 2025-10-19 03:18:14 +03:00
fix: settings propagation (#19)
Fixes: https://github.com/langchain-ai/mcpdoc/issues/17
This commit is contained in:
@@ -114,6 +114,7 @@ def create_server(
|
|||||||
Returns:
|
Returns:
|
||||||
A FastMCP server instance configured with documentation tools
|
A FastMCP server instance configured with documentation tools
|
||||||
"""
|
"""
|
||||||
|
settings = settings or {}
|
||||||
server = FastMCP(
|
server = FastMCP(
|
||||||
name="llms-txt",
|
name="llms-txt",
|
||||||
instructions=(
|
instructions=(
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mcpdoc"
|
name = "mcpdoc"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
description = "Server llms-txt documentation over MCP"
|
description = "Server llms-txt documentation over MCP"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user