MCP-client-communication-with-servers-over-Streamable-HTTP-transport

premar12/MCP-client-communication-with-servers-over-Streamable-HTTP-transport
★ 0 stars Unknown language 🌐 Browser/Web Updated 2d ago
Adds Streamable HTTP MCP examples: * client_streamable_http.py uses streamablehttp_client, shows tool/resource operations, and documents the extra get_session_id() return value. * server_streamable_http.py runs a matching FastMCP server with transport="streamable-http".
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-client-communica": {
      "command": "npx",
      "args": [
        "-y",
        "premar12/MCP-client-communication-with-servers-over-Streamable-HTTP-transport"
      ]
    }
  }
}

README Excerpt

Adds Streamable HTTP MCP examples: * client_streamable_http.py uses streamablehttp_client, shows tool/resource operations, and documents the extra get_session_id() return value. * server_streamable_http.py runs a matching FastMCP server with transport="streamable-http".