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