diff --git a/pyproject.toml b/pyproject.toml index 74f75b5..6ec755f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [] [project.optional-dependencies] # Pull in the MCP runtime when installing for the MCP server use case: # pip install -e ".[mcp]" -mcp = ["mcp >= 1.0"] +mcp = ["mcp >= 1.28.1"] # Test-time dependencies. test = ["pytest >= 7"]