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
@@ -114,6 +115,7 @@ This page provides an overview of applications that support the Model Context Pr
114
115
[VS Code]: https://code.visualstudio.com/
115
116
[Windsurf]: https://codeium.com/windsurf
116
117
[gptme]: https://github.com/gptme/gptme
118
+
[Warp]: https://www.warp.dev/
117
119
[WhatsMPC]: https://wassist.app/mcp/
118
120
[Witsy]: https://github.com/nbonamy/witsy
119
121
[Zed]: https://zed.dev
@@ -712,6 +714,17 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
712
714
- Tool calls with editable inputs and always-allow toggle
713
715
- Integration with existing VS Code extension system to register MCP servers from extensions
714
716
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
+
715
728
### WhatsMPC
716
729
717
730
[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/specification/draft/basic/lifecycle.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,13 +140,14 @@ disconnect.
140
140
141
141
If using HTTP, the client **MUST** include the `MCP-Protocol-Version:
142
142
<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.
144
144
145
145
The protocol version sent by the client **SHOULD** be the one negotiated during [initialization](https://modelcontextprotocol.io/specification/draft/basic/lifecycle#initialization).
146
146
147
147
If the server receives a request with a missing, invalid, or unsupported
148
148
MCP-Protocol-VERSION, it **MUST** respond with `400 Bad Request`.
149
149
For example: `MCP-Protocol-Version: 2024-11-05`
150
+
150
151
#### Capability Negotiation
151
152
152
153
Client and server capabilities establish which optional protocol features will be
0 commit comments