OpenAI MCP client starts to fail when moving from SSE to Streamable HTTP

How I fixed it: Add stateless_http=True to your FastMCP initialization:

mcp = FastMCP("bloomy-mcp", stateless_http=True)
9 Likes