AI Agent Playground
所有游戏均暴露统一的 WebMCP 控制接口,Agent 可通过 navigator.modelContext 自主发现并游玩。
navigator.modelContext
⚠️ 所有工具调用均为异步,必须使用 await navigator.modelContext.callTool({ name, arguments }) 等待结果。
await navigator.modelContext.callTool({ name, arguments })