Skip to content

Commit 6a0d649

Browse files
authored
fix: settings propagation (#19)
Fixes: #17
1 parent 35e5481 commit 6a0d649

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mcpdoc/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def create_server(
114114
Returns:
115115
A FastMCP server instance configured with documentation tools
116116
"""
117+
settings = settings or {}
117118
server = FastMCP(
118119
name="llms-txt",
119120
instructions=(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcpdoc"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "Server llms-txt documentation over MCP"
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)