Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ dependencies = [
# REST adapter
"fastapi>=0.139.1",
"uvicorn[standard]>=0.51.0",
# MCP adapter (official SDK; bundles FastMCP server API)
"mcp>=1.28.1",
# MCP adapter (official SDK; bundles FastMCP server API).
# Capped below 2.0: that release removes `mcp.server.fastmcp` entirely (FastMCP ->
# MCPServer) and moves transport config off the constructor, so the adapter does not
# import under it. Migration is a deliberate PR, not a dependency bump.
"mcp>=1.28.1,<2",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.