when I use Streamable HTTP MCP servers inside a FastAPI router, I encounter an issue with an asyncio task.
server = MCPServerStreamableHttp()
await server.connect()
...
await server.cleanup() --> this line always causes an asyncio error
How can i fix this