fix: streamable-http (hyphen, not underscore) in FastMCP transport

This commit is contained in:
2026-06-02 00:12:59 +02:00
parent 00a891b154
commit e7bdf9fca7
2 changed files with 209 additions and 1 deletions

View File

@@ -333,4 +333,4 @@ def ping_service(service: str) -> dict:
if __name__ == "__main__":
mcp.run(transport="streamable_http")
mcp.run(transport="streamable-http")