diff --git a/pyproject.toml b/pyproject.toml index ced1df9..db5115e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.4.0" description = "MCP Meta-Router (Tool Compass) — discovers, indexes, and manages all local MCP servers with smart routing" requires-python = ">=3.12" dependencies = [ - "fastmcp>=2.0.0", + "fastmcp>=3.3.1", "mcp>=1.0.0", ]