quality-inspection-platform/AGENTS.md
qihongkun d810abdcee 初始化仓库:AI 接口自动化测试平台
纳入 FastAPI 后端、Vue 管理端、MCP 桥接与文档;通过 .gitignore 排除本地数据库与构建产物。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 15:44:50 +08:00

23 lines
809 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`stdio 桥 `mcp_bridge.py`
- 写操作与执行类工具须 `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`
## 其它文档
- 安装桥接:`docs/mcp_install.md`
- 人类调用示例:`docs/mcp_quickstart.md`