zed/crates/context_server/src
Bennet Bo Fenner 24f62484e9
Support latest MCP protocol version (#54494)
Updates our MCP implementation to support `2025-06-18` and `2025-11-25`

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes #54458, #53456

Release Notes:

- Support latest MCP version (`2025-11-25`)
2026-04-29 16:29:48 +00:00
..
transport Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
client.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
context_server.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
listener.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
oauth.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
protocol.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
test.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
transport.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00
types.rs Support latest MCP protocol version (#54494) 2026-04-29 16:29:48 +00:00