We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e5481 commit 6a0d649Copy full SHA for 6a0d649
mcpdoc/main.py
@@ -114,6 +114,7 @@ def create_server(
114
Returns:
115
A FastMCP server instance configured with documentation tools
116
"""
117
+ settings = settings or {}
118
server = FastMCP(
119
name="llms-txt",
120
instructions=(
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcpdoc"
3
-version = "0.0.7"
+version = "0.0.8"
4
description = "Server llms-txt documentation over MCP"
5
readme = "README.md"
6
license = "MIT"
0 commit comments