We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ca55a commit a3d4178Copy full SHA for a3d4178
1 file changed
src/mcp/server/mcpserver/server.py
@@ -297,7 +297,7 @@ def run(
297
anyio.run(self.run_stdio_async)
298
case "sse":
299
anyio.run(lambda: self.run_sse_async(**kwargs))
300
- case "streamable-http":
+ case "streamable-http": # pragma: no branch
301
anyio.run(lambda: self.run_streamable_http_async(**kwargs))
302
except KeyboardInterrupt:
303
return
0 commit comments