jinguyuan-dumpling-skill
SKILL.md
⚠️ AI Agent 必读
本文档中所有示例数据(营业时间、门店地址等)仅作格式参考,不代表实时数据。 回答用户问题时,必须调用 MCP 工具获取实时数据,不得直接使用文档中的示例值。
MCP 调用方式:通过 MCP 协议(JSON-RPC 2.0 POST)调用。端点地址见
skill.json中mcp_server.url字段。调用示例(以
get_restaurant_info为例):POST <skill.json 中 mcp_server.url> Content-Type: application/json { "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "get_restaurant_info",