Skip to content

Commit 6ab271d

Browse files
authored
Merge branch 'main' into basil/version_header_in_shttp
2 parents a11c843 + 4879073 commit 6ab271d

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

docs/clients.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ This page provides an overview of applications that support the Model Context Pr
5959
| [Tome][Tome] ||||||| Supports tools, manages MCP servers. |
6060
| [TypingMind App][TypingMind App] ||||||| Supports tools at app-level (appear as plugins) or when assigned to Agents |
6161
| [VS Code GitHub Copilot][VS Code] ||||||| Supports dynamic tool/roots discovery, secure secret configuration, and explicit tool prompting |
62+
| [Warp][Warp] ||||||| Supports tools, resources, and most of the discovery criteria |
6263
| [WhatsMPC][WhatsMPC] ||||||| Supports tools for Remote MCP Servers in WhatsApp |
6364
| [Windsurf Editor][Windsurf] ||||||| Supports tools with AI Flow for collaborative development. |
6465
| [Witsy][Witsy] ||||||| Supports tools in Witsy. |
@@ -112,6 +113,7 @@ This page provides an overview of applications that support the Model Context Pr
112113
[VS Code]: https://code.visualstudio.com/
113114
[Windsurf]: https://codeium.com/windsurf
114115
[gptme]: https://github.com/gptme/gptme
116+
[Warp]: https://www.warp.dev/
115117
[WhatsMPC]: https://wassist.app/mcp/
116118
[Witsy]: https://github.com/nbonamy/witsy
117119
[Zed]: https://zed.dev
@@ -695,6 +697,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
695697
- Tool calls with editable inputs and always-allow toggle
696698
- Integration with existing VS Code extension system to register MCP servers from extensions
697699

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+
698711
### WhatsMPC
699712

700713
[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.

docs/docs/concepts/transports.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ Use stdio when:
129129

130130
### Server-Sent Events (SSE)
131131

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+
132140
SSE transport enables server-to-client streaming with HTTP POST requests for client-to-server communication.
133141

134142
Use SSE when:

docs/specification/draft/basic/lifecycle.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ If using HTTP, the client **MUST** include the `MCP-Protocol-Version:
144144
server.
145145
For details, see [the Protocol Version Header section in Transports](/specification/draft/basic/transports#protocol-version-header).
146146
</Note>
147+
147148
#### Capability Negotiation
148149

149150
Client and server capabilities establish which optional protocol features will be

0 commit comments

Comments
 (0)