> 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

> **规划中 · 尚未上线**
> AI Hub 为规划内容。本页中的功能、服务地址、命令及客户端配置用于说明拟定方案，目前尚未开放使用。实际开放范围与接入方式以上线公告为准。

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

## 推荐接入方式

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

## 示例提示词

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

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

## 安全说明

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