feat(mcp): add official MCP Server for AI Agent integration

This commit is contained in:
2026-07-26 19:30:43 +08:00
parent 7f54256ac0
commit a0a90f558c
11 changed files with 934 additions and 4 deletions
+4
View File
@@ -32,6 +32,10 @@ var Commands = []CommandInfo{
Name: "task",
Description: "系统级任务的列表查询、触发运行、启停控制及状态查看",
},
{
Name: "mcp",
Description: "启动 MCP Server,供 Hermes / OpenClaw 等 AI Agent 接管任务池",
},
{
Name: "depinstall",
Description: "一键补全指定任务执行日志中的缺失依赖包",