快速开始¶
安装与前置依赖请先看:
1) 连接前自检¶
推荐先跑一次 preflight:
如果 status=blocked,优先看 issues 里的错误码与缺失依赖。
2) 准备配置文件¶
默认配置路径是 ~/.config/wisp-hand/config.toml,也可以在启动时用 --config 指定。
仓库里有一个示例:
3) 启动 MCP server¶
默认是 stdio transport(适合被 MCP client/Inspector 以子进程方式拉起):
开发/调试等价入口:
4) 用 MCP Inspector 验证¶
仓库自带 Justfile:
如果你本机没有 just,也可以直接运行:
npx --yes @modelcontextprotocol/inspector -- uv run wisp-hand mcp --config docs/example_config.toml --transport stdio
在 Inspector 中建议先依次调用:
wisp_hand.capabilitieswisp_hand.session.open(先armed=false,scope 选一个小的region)wisp_hand.capture.screenwisp_hand.session.close
5) 下一步:Godot 场景¶
如果你的目标是“让 AI 看 Godot 编辑器,点击运行并用截图验证”,直接看: