mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-16 20:34:39 +08:00
fix(skill): drop dependencies.tools from ckjia-shopping (MCP tools aren't in mate_tool table)
This commit is contained in:
parent
78fcbc5415
commit
551f2994a0
@ -13,13 +13,18 @@ tags:
|
|||||||
- ecommerce
|
- ecommerce
|
||||||
- 比价
|
- 比价
|
||||||
- 购物
|
- 购物
|
||||||
dependencies:
|
|
||||||
tools:
|
|
||||||
- ckjia_shopping_recommend
|
|
||||||
- ckjia_image_recognize
|
|
||||||
- ckjia_ping
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- NOTE: dependencies.tools intentionally omitted. The three MCP tools
|
||||||
|
(ckjia_shopping_recommend / ckjia_image_recognize / ckjia_ping) live
|
||||||
|
on a remote MCP server and are registered into ToolRegistry at
|
||||||
|
runtime via McpToolCallbackProvider — they're never persisted to the
|
||||||
|
mate_tool table that SkillDependencyChecker.selectCount queries, so
|
||||||
|
listing them here would permanently mark the skill as "unresolved".
|
||||||
|
Tool availability is enforced by the ckjia-shopping MCP server being
|
||||||
|
enabled + healthy in Settings ▸ MCP Connections instead. -->
|
||||||
|
|
||||||
|
|
||||||
# 参考价 - 比价购物
|
# 参考价 - 比价购物
|
||||||
|
|
||||||
当用户询问"X 多少钱 / 哪里便宜 / 帮我推荐 X / 这个值不值买 / 拍照认一下这是什么"时使用本技能。
|
当用户询问"X 多少钱 / 哪里便宜 / 帮我推荐 X / 这个值不值买 / 拍照认一下这是什么"时使用本技能。
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user