From 6ce1409013cff27a0823cef5e36959e8e7623219 Mon Sep 17 00:00:00 2001 From: Huawei Date: Sun, 19 Jul 2026 12:24:04 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=B0=E5=A2=9E=20AI=20Agent=20?= =?UTF-8?q?=E9=9B=86=E6=88=90=EF=BC=88MCP=EF=BC=89=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-user/TOOLS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/suite-user/TOOLS.md b/suite-user/TOOLS.md index b30e8bd..4fbb5e0 100644 --- a/suite-user/TOOLS.md +++ b/suite-user/TOOLS.md @@ -58,6 +58,22 @@ agc run /tmp/output --suite-id --input key=value `` 从市场 API 或前端页面获取。 + + +## AI Agent 集成(MCP) + +GIS Actions 支持 MCP(Model Context Protocol),AI Agent 可直接调用 GIS 工具: + +```bash +# 启动 MCP Server(stdio 模式,供 Claude Desktop 等本地 Agent 使用) +agc mcp + +# SSE 模式(HTTP,供远程 Agent 调用) +agc mcp --transport sse --port 8080 +``` + +Agent 通过 MCP 协议自动发现可用套件并调用执行,无需人工介入。 + ## 数据流向 ```