You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supergateway runs a MCP stdio-based servers over SSE (Server-Sent Events) with one command. This is useful for remote access, debugging, or connecting to SSE-based clients when your MCP server only speaks stdio.
20
20
21
21
`npx -y supergateway --stdio "uvx run mcp-server-git"``
22
+
or
23
+
```
24
+
pip install uvenv
25
+
npx -y supergateway --stdio "uvenv run mcp-server-git"
0 commit comments