Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ posthog==7.33.0 # https://github.com/posthog/posthog-python

# Model Context Protocol
# ------------------------------------------------------------------------------
mcp>=1.28.1,<2 # https://github.com/modelcontextprotocol/python-sdk
mcp>=2.0.0,<3 # https://github.com/modelcontextprotocol/python-sdk
# ^ pydantic-ai-slim[mcp] -> fastmcp-slim caps mcp<2.0 across its whole
# published range as of 2026-08; mcp 2.0 is a breaking rewrite (decorator-based
# handler registration on mcp.server.lowlevel.Server removed in favor of
Expand Down
Loading