docs(loomy): 工具箱新增外部 MCP 配置示例(StashBase 本地知识库)#67
Open
FenjuFu wants to merge 1 commit into
Open
Conversation
The toolbox guide says external custom MCP configurations are supported but has no example of adding one. Add a walkthrough (zh + en) using StashBase, an open-source local knowledge base app, covering: preparing the library, copying the standard MCP config from StashBase settings, adding it to the Loomy toolbox, and a search usage scenario, with notes on keeping the app running and gating its file-writing tools. Signed-off-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
|
@FenjuFu is attempting to deploy a commit to the Fenju's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
内容
工具箱文档目前提到「可随时添加外部自定义的 MCP 配置文件」,但只有内置 QQ 邮箱 MCP 的配置示例,没有外部 MCP 的完整走通示例。本 PR 在中英双语的
toolbox.md各补一节「配置示例:接入本地知识库(StashBase)」:说明
docs/guide/loomy/toolbox.md、docs/en/guide/loomy/toolbox.md同步更新,插入在 QQ 邮箱示例之后、常见问题之前。search_library/read_file)已对照其源码核实。