Compare commits

...

1 Commits

Author SHA1 Message Date
claude[bot] 8c067caa59 fix: Pin FastMCP to 2.12.3 to restore MCP tools visibility
Version 2.14.x introduced breaking changes that prevent Claude Desktop
from seeing MCP tools. Pinning to 2.12.3 until we can properly migrate.

Fixes #463

Co-authored-by: Drew Cain <groksrc@users.noreply.github.com>
2025-12-20 01:16:44 +00:00
+1 -1
View File
@@ -29,7 +29,7 @@ dependencies = [
"alembic>=1.14.1",
"pillow>=11.1.0",
"pybars3>=0.9.7",
"fastmcp>=2.10.2",
"fastmcp==2.12.3",
"pyjwt>=2.10.1",
"python-dotenv>=1.1.0",
"pytest-aio>=1.9.0",