docs: Add link to MCP extensions in the overview page (#32458)
Follow up to https://github.com/zed-industries/zed/pull/32422. Missed this one in this latest round of MCP-related docs changes. Release Notes: - N/A Co-authored-by: Peter Tripp <peter@zed.dev>
This commit is contained in:
parent
e4e3409952
commit
a9d0eee2a9
2 changed files with 2 additions and 1 deletions
|
@ -8,3 +8,4 @@ Zed lets you add new functionality using user-defined extensions.
|
|||
- [Developing Themes](./extensions/themes.md)
|
||||
- [Developing Icon Themes](./extensions/icon-themes.md)
|
||||
- [Developing Slash Commands](./extensions/slash-commands.md)
|
||||
- [Developing MCP Servers](./extensions/mcp-extensions.md)
|
||||
|
|
|
@ -35,7 +35,7 @@ If you need to download the MCP server from an external source—like GitHub Rel
|
|||
|
||||
## Available Extensions
|
||||
|
||||
Check out all the MCP servers that have already been exposed as Zed extensions [on Zed's site](https://zed.dev/extensions?filter=context-servers).
|
||||
Check out all the MCP servers that have already been exposed as extensions [on Zed's site](https://zed.dev/extensions?filter=context-servers).
|
||||
|
||||
We recommend taking a look at their repositories as a way to understand how they are generally created and structured.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue