update README of shebao-tools mcp server

This commit is contained in:
johnlanni
2025-05-26 16:31:14 +08:00
parent 76f76a70ab
commit b37649a62f
2 changed files with 2 additions and 16 deletions

View File

@@ -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}",
}
}

View File

@@ -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}",
}
}