Closed as duplicate of#1880
Description
Initial Checks
- I confirm that I'm using the latest version of Pydantic AI
- I confirm that I searched for my issue in https://github.com/pydantic/pydantic-ai/issues before opening this issue
Description
Hi team,
I’ve noticed that in the latest release of the MCP protocol, older MCP clients using the SSE
transport no longer appear to be supported.
I have two main questions:
- Is SSE planned to be deprecated entirely going forward?
- Would it be possible for the MCP system to support both the new
streamableHttp
protocol and the previousSSE
-based streaming in parallel, to ensure backward compatibility?
This would help with smooth transitions for clients still relying on the SSE-based setup.
Example Code
Python, Pydantic AI & LLM client version
python==3.12.9
pydantic-ai==0.2.12