This commit is contained in:
Eugene Yurtsev
2025-03-31 11:43:05 -04:00
parent 53479ff021
commit 9c792fd789
2 changed files with 2 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ def create_server(
Returns:
A FastMCP server instance configured with documentation tools
"""
settings = settings or {}
server = FastMCP(
name="llms-txt",
instructions=(

View File

@@ -1,6 +1,6 @@
[project]
name = "mcpdoc"
version = "0.0.7"
version = "0.0.8"
description = "Server llms-txt documentation over MCP"
readme = "README.md"
license = "MIT"