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
Repomix’s MCP currently only speaks stdio. We should add an HTTP/SSE endpoint (e.g. /sse) so clients can connect via EventSource. Internally, reuse the SDK’s SSEServerTransport, and expose a --mcp-sse flag (or enable by default) for configuration. Update docs and add a basic smoke test.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Repomix’s MCP currently only speaks stdio. We should add an HTTP/SSE endpoint (e.g.
/sse
) so clients can connect via EventSource. Internally, reuse the SDK’sSSEServerTransport
, and expose a--mcp-sse
flag (or enable by default) for configuration. Update docs and add a basic smoke test.The text was updated successfully, but these errors were encountered: