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
@@ -112,6 +113,7 @@ This page provides an overview of applications that support the Model Context Pr
112
113
[VS Code]: https://code.visualstudio.com/
113
114
[Windsurf]: https://codeium.com/windsurf
114
115
[gptme]: https://github.com/gptme/gptme
116
+
[Warp]: https://www.warp.dev/
115
117
[WhatsMPC]: https://wassist.app/mcp/
116
118
[Witsy]: https://github.com/nbonamy/witsy
117
119
[Zed]: https://zed.dev
@@ -695,6 +697,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
695
697
- Tool calls with editable inputs and always-allow toggle
696
698
- Integration with existing VS Code extension system to register MCP servers from extensions
697
699
700
+
### Warp
701
+
702
+
[Warp](https://www.warp.dev/) is the intelligent terminal with AI and your dev team's knowledge built-in. With natural language capabilities integrated directly into an agentic command line, Warp enables developers to code, automate, and collaborate more efficiently -- all within a terminal that features a modern UX.
703
+
704
+
**Key features:**
705
+
706
+
-**Agent Mode with MCP support**: invoke tools and access data from MCP servers using natural language prompts
707
+
-**Flexible server management**: add and manage CLI or SSE-based MCP servers via Warp's built-in UI
708
+
-**Live tool/resource discovery**: view tools and resources from each running MCP server
709
+
-**Configurable startup**: set MCP servers to start automatically with Warp or launch them manually as needed
710
+
698
711
### WhatsMPC
699
712
700
713
[WhatsMPC](https://wassist.app/mcp/) is an MCP client for WhatsApp. WhatsMCP lets you interact with your AI stack from the comfort of a WhatsApp chat.
Copy file name to clipboardExpand all lines: docs/docs/concepts/transports.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,14 @@ Use stdio when:
129
129
130
130
### Server-Sent Events (SSE)
131
131
132
+
<Warning>
133
+
134
+
The SSE Transport has been [**replaced**](http://modelcontextprotocol.io/specification/2025-03-26/changelog#major-changes) with a more
135
+
flexible [Streamable HTTP](http://modelcontextprotocol.io/specification/2025-03-26/basic/transports) transport. Refer to the [Specification](http://modelcontextprotocol.io/specification/2025-03-26/basic/transports)
136
+
and latest SDKs for the most recent information.
137
+
138
+
</Warning>
139
+
132
140
SSE transport enables server-to-client streaming with HTTP POST requests for client-to-server communication.
0 commit comments