refactor(mcp): 更新默认值描述并移除无用工具

This commit is contained in:
piexlMax(奇淼
2025-08-11 10:52:15 +08:00
parent 339db778c3
commit 1e3c968277
3 changed files with 1 additions and 161 deletions

View File

@@ -188,7 +188,7 @@ func (t *AutomationModuleAnalyzer) New() mcp.Tool {
"desc": "详情显示(bool)",
"excel": "导入导出(bool)",
"require": "是否必填(bool)",
"defaultValue": "默认值(string)",
"defaultValue": "默认值(string)JSON类型array,json,file,pictures请保持为空他们不可以设置默认值",
"errorText": "错误提示(string)",
"clearable": "是否可清空(bool)",
"sort": "是否排序(bool)",