> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# Windsurf

Windsurf 适合需要同时理解 6MM 文档、CLI 输出和本地项目文件的编码 Agent 工作流。

<h2 id="recommended-setup">
  推荐接入方式
</h2>

| 需求          | 方式             |
| ----------- | -------------- |
| 编码 Agent 接入 | Local MCP      |
| 命令执行        | 6MM CLI        |
| 固定审查流程      | Agentic Skills |

<h2 id="example-prompts">
  示例提示词
</h2>

```text
使用 6MM 检查这个 Agent SDK 接入，并指出缺失的生产检查项。
```

```text
使用 6MM 为这个后端生成 Webhook 验签检查表。
```

<h2 id="guardrails">
  风控边界
</h2>

私有凭证应放在本地环境变量或 secret store 中，不要让 AI 客户端把密钥写入生成代码或文档。