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