Skip to content

Commit 85fc288

Browse files
authored
Merge branch 'main' into add-tuui-client
2 parents c15d80b + df3170c commit 85fc288

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/clients.mdx

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

717+
### Warp
718+
719+
[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.
720+
721+
**Key features:**
722+
723+
- **Agent Mode with MCP support**: invoke tools and access data from MCP servers using natural language prompts
724+
- **Flexible server management**: add and manage CLI or SSE-based MCP servers via Warp's built-in UI
725+
- **Live tool/resource discovery**: view tools and resources from each running MCP server
726+
- **Configurable startup**: set MCP servers to start automatically with Warp or launch them manually as needed
727+
715728
### WhatsMPC
716729

717730
[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/specification/draft/basic/lifecycle.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,13 +140,14 @@ disconnect.
140140

141141
If using HTTP, the client **MUST** include the `MCP-Protocol-Version:
142142
<protocol-version>` HTTP header during any subsequent requests to the MCP
143-
server, allowing the MCP server to respond based on the MCP protocol version.
143+
server, allowing the MCP server to respond based on the MCP protocol version.
144144

145145
The protocol version sent by the client **SHOULD** be the one negotiated during [initialization](https://modelcontextprotocol.io/specification/draft/basic/lifecycle#initialization).
146146

147147
If the server receives a request with a missing, invalid, or unsupported
148148
MCP-Protocol-VERSION, it **MUST** respond with `400 Bad Request`.
149149
For example: `MCP-Protocol-Version: 2024-11-05`
150+
150151
#### Capability Negotiation
151152

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

0 commit comments

Comments
 (0)