Fix FastMCP dependency pin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user