fix: streamable-http (hyphen, not underscore) in FastMCP transport
This commit is contained in:
@@ -333,4 +333,4 @@ def ping_service(service: str) -> dict:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
mcp.run(transport="streamable_http")
|
||||
mcp.run(transport="streamable-http")
|
||||
|
||||
Reference in New Issue
Block a user