Server-Sent Events
The client opens the SSE stream, receives a session-scoped message endpoint, then posts JSON-RPC payloads back to that endpoint.
The Cerberus MCP Skills Server exposes a streaming Server-Sent Events transport for tool discovery and message exchange. Use this page to verify the endpoint, copy the connection URL, and confirm the protocol handshake.
The client opens the SSE stream, receives a session-scoped message endpoint, then posts JSON-RPC payloads back to that endpoint.
The server responds to `initialize` with protocol version, tool capability metadata, and server identity.
The SSE endpoint is CORS-enabled for web dashboards and control panels that need to inspect stream health.
Connecting...