quality-inspection-platform/AGENTS.md
qihongkun f5143aee09 feat: 添加 Docker 部署支持和 MCP 原生集成
- 添加 Dockerfile、docker-compose.yml 和 Jenkins 流水线配置
- 新增 MCP 原生集成模块 (mcp_native.py)
- 移除旧的 mcp_bridge.py,更新依赖和文档
- 添加部署文档 (Docker 和服务器部署指南)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 14:21:43 +08:00

23 lines
874 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI Agent 工作约定(本仓库)
## MCP 能力说明(必读)
编排接口、工作流、跑批、执行历史时,**先阅读**
**[`docs/mcp_tools_for_ai.md`](docs/mcp_tools_for_ai.md)**
该文档包含:工具决策表、鉴权要求、跑批三步、工作流节点约定、排障 Recipe。不要仅凭 `tools/list` 的短 description 猜测用法。
## 快速规则
- MCP 服务名:`quality-inspection-platform`Streamable HTTP`http://<主机>:8000/mcp`,需 `sto-` API Key
- 写操作与执行类工具须 `sto-` API Key
- 任务开始:`catalog_snapshot`
- 跑批:`workflow_batch_create` → `workflow_batch_update``workflow_batch_run`
- 后端:`uvicorn app.main:app --host 127.0.0.1 --port 8000`
## 其它文档
- MCP 安装与 Cursor 配置:`docs/mcp_install.md`
- 人类调用示例curl`docs/mcp_quickstart.md`