Full-featured Streamable HTTP configuration with SSE streaming and GET SSE notifications.
- Transport: Streamable HTTP
- Response Mode: SSE streaming
- Session State: Stateful (with session management)
- GET SSE: Enabled (server-initiated notifications)
- SSE streaming for tool responses
- Session management and user context
- Independent GET SSE for server notifications
- Full bidirectional real-time communication
- Most comprehensive configuration
# Start server
cd server && go run main.go
# Run client
cd client && go run main.goThe most advanced configuration - provides all Streamable HTTP capabilities including streaming responses and server-initiated communication.