Skip to content

Commit f227ef6

Browse files
groksrcclaude
andauthored
fix: Pin FastMCP to 2.12.3 to fix MCP tools visibility (#464)
Signed-off-by: Drew Cain <groksrc@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 897b1ed commit f227ef6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"alembic>=1.14.1",
3030
"pillow>=11.1.0",
3131
"pybars3>=0.9.7",
32-
"fastmcp>=2.10.2",
32+
"fastmcp==2.12.3", # Pinned - 2.14.x breaks MCP tools visibility (issue #463)
3333
"pyjwt>=2.10.1",
3434
"python-dotenv>=1.1.0",
3535
"pytest-aio>=1.9.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)