Skip to content

Commit fee31f0

Browse files
committed
docs(guide): add MCP support documentation to model plugin system
- Add new MCP support documentation page - Update sidebar navigation to include MCP support link - Add MCP support to the list of available model tools - Fix trailing comma formatting in config.ts
1 parent 59ef682 commit fee31f0

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
318318
text: "介绍",
319319
link: "/guide/model-plugin-system/introduction",
320320
},
321+
{
322+
text: "MCP 支持",
323+
link: "/guide/model-plugin-system/mcp",
324+
},
321325
{
322326
text: "联网搜索",
323327
link: "/guide/model-plugin-system/web-search",
@@ -696,8 +700,8 @@ function sidebarEcosystem(): DefaultTheme.SidebarItem[] {
696700
{
697701
text: "Smash Or Pass (Translator)",
698702
link: "/ecosystem/other/translator",
699-
}
700-
]
703+
},
704+
],
701705
},
702706
{
703707
text: "其他插件",

docs/guide/model-plugin-system/introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Agent 工具是 ChatLuna 的核心功能之一,专为 Agent 模式设计。开
1818

1919
目前 ChatLuna 支持以下的模型工具:
2020

21+
- [MCP 支持](mcp.md)
2122
- [联网搜索](web-search.md)
2223
- [网页浏览](web-browser.md)
2324
- [URL 请求](./specify-api-request.md)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# MCP 支持
2+
3+
阅读 [MCP 协议客户端](../../ecosystem/plugin/mcp-client.md) 以了解更多。

0 commit comments

Comments
 (0)