Supporting SSE for Model Context Protocol (MCP) in Python - Introducing fastapi-mcp-client
· 3 min read
I've been working on a project to support SSE for MCP. Couldn't find any good example on the client in Python for supporting SSE with FastAPI MCP. So I wrote it up myself and thought I will share everyone. Hope everyone find it useful.