Skip to content

Commit df3170c

Browse files
authored
Merge pull request modelcontextprotocol#656 from cliffhall/main
Add Warp to the example clients list.
2 parents ede1960 + 7c6522b commit df3170c

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
@@ -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/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)