diff --git a/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README.md b/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README.md index 910785a43..48bdd908f 100644 --- a/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README.md +++ b/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README.md @@ -35,15 +35,8 @@ An implementation of the Model Context Protocol (MCP) server that integrates soc In the `mcp-server.yaml` file, set the `apikey` field to a valid API key. ### Knowledge Base -1. Import `city_data.xls` into the knowledge base. +1. Import [city_data.xls](https://github.com/alibaba/higress/raw/refs/heads/main/plugins/wasm-go/mcp-servers/mcp-shebao-tools/city_data.xls) into the knowledge base. ### Integrate into MCP Client On the user's MCP Client interface, add the relevant configuration to the MCP Server list. - -```json -"mcpServers": { - "jr-shebao-calc": { - "url": "https://agent-tools.jrit.top/sse?jr-api-key={jr-api-key}", - } -} \ No newline at end of file diff --git a/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README_ZH.md b/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README_ZH.md index 0fb93d8b5..fda8b1cd5 100644 --- a/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README_ZH.md +++ b/plugins/wasm-go/mcp-servers/mcp-shebao-tools/README_ZH.md @@ -35,7 +35,7 @@ 2. 发送邮件to: yuanpeng@junrunrenli.com 标题:MCP 内容:申请MCP社保计算工具服务,并提供你的账号。 ### 知识库 -1. 导入city_data.xls到知识库中。 +1. 导入[city_data.xls](https://github.com/alibaba/higress/raw/refs/heads/main/plugins/wasm-go/mcp-servers/mcp-shebao-tools/city_data.xls)到知识库中。 ### 配置 API Key @@ -44,10 +44,3 @@ ### 集成到 MCP Client 在用户的 MCP Client 界面,将相关配置添加到 MCP Server 列表中。 - -```json -"mcpServers": { - "jr-shebao-calc": { - "url": "https://agent-tools.jrit.top/sse?jr-api-key={jr-api-key}", - } -} \ No newline at end of file