Open
Description
What I'm Doing
I'm coding an MCP client in Python.
Background
It seems like SSE and Streamablehttp protocol requires different clients to connect in this python-sdk.
My Question
Given an MCP server configuration as follows, how can I know if it's implemented by SSE or Streamablehttp protocol?
{
"mcpServers": {
"server_1": {
"url": "http://xxx"
}
}
}