docs: Improve MCP-related pages (#32422)

While creating a new MCP extension this weekend, I visited these pages
and it felt like they could be improved a little bit. I'm renaming the
MCP-related page under the /extension directory to use the "MCP"
acronym, instead of "context servers".

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-06-09 21:00:10 -03:00 committed by GitHub
parent 3db00384f4
commit 7c2822a020
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 64 additions and 48 deletions

View file

@ -8,7 +8,7 @@ Extensions can add the following capabilities to Zed:
- [Themes](./themes.md)
- [Icon Themes](./icon-themes.md)
- [Slash Commands](./slash-commands.md)
- [Context Servers](./context-servers.md)
- [MCP Servers](./mcp-extensions.md)
## Developing an Extension Locally