Fix FastMCP dependency pin

This commit is contained in:
george
2026-06-05 23:32:08 +01:00
parent 421b6f973a
commit 3caf47077b
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ if __name__ == "__main__":
print(" - sync_sources(override=false)")
if hasattr(mcp, "run"):
mcp.run(transport="streamable-http", host=host, port=port)
mcp.run(transport="http", host=host, port=port)
else:
import uvicorn