> 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.

# VS Code / GitHub Copilot

VS Code 和 GitHub Copilot 适合 SDK 实现、API 签名和合作方后端接入。

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

| 需求      | 方式              |
| ------- | --------------- |
| 编辑器内上下文 | 支持时使用 Local MCP |
| 终端验证    | 6MM CLI         |
| 团队工作流模板 | Agentic Skills  |

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

```text
使用 6MM 解释 embed token 为什么应该在服务端创建。
```

```text
使用 6MM 为 request signing 生成测试用例。
```

<h2 id="security-notes">
  安全说明
</h2>

不要把 API secret 放进前端代码、会提交到源码的扩展配置或共享 workspace 文件。