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
This architecture provides a robust foundation for building MCP integrations while maintaining flexibility for different use cases and deployment scenarios.
Copy file name to clipboardExpand all lines: docs/concepts/transport.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ const transport = new WebSocketClientTransport(
73
73
awaitclient.connect(transport);
74
74
```
75
75
76
-
### Server-sent events (SSE)
76
+
### Server-sent events
77
77
78
78
SSE transport enables server-to-client streaming with HTTP POST requests for client-to-server communication. This is useful when WebSocket support isn't available.
79
79
@@ -256,21 +256,21 @@ Tips for debugging transport issues:
256
256
257
257
Choose the appropriate transport based on your needs:
0 commit comments