We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12a0a1 commit bc75e3dCopy full SHA for bc75e3d
sam-mcp-server-gateway-adapter/pyproject.toml
@@ -18,7 +18,7 @@ description = "A gateway adapter to make SAM accessible as a MCP server"
18
readme = "README.md"
19
requires-python = ">=3.10"
20
dependencies = [
21
- "fastmcp~=2.12.5",
+ "fastmcp>=2.14.0", # Requires newer version that supports mcp 1.24+
22
"starlette~=0.49.1",
23
"httpx>=0.27.0",
24
]
0 commit comments