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
A server that implements the deprecated HTTP+SSE transport (protocol version 2024-11-05). This example only used for testing backwards compatibility for clients.
158
+
A server that implements the deprecated HTTP+SSE transport (protocol version 2024-11-05). This example is only used for testing backwards compatibility for clients.
159
159
160
160
- Two separate endpoints: `/mcp` for the SSE stream (GET) and `/messages` for client messages (POST)
161
161
- Tool implementation with a `start-notification-stream` tool that demonstrates sending periodic notifications
0 commit comments