diff --git a/integrations/pyproject.toml b/integrations/pyproject.toml index 8a968e57..9744a8dd 100644 --- a/integrations/pyproject.toml +++ b/integrations/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ [project.optional-dependencies] mcp = [ # MCP 2 removes the low-level Server decorators used by this integration. - "mcp>=1.0,<2", + "mcp>=1.0,<3", ] [project.scripts]