> 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
Use 6MM to explain how embed tokens should be created server-side.
```

```text
Use 6MM to generate test cases for request signing.
```

## 安全說明

不要把 API secret 放進前端代碼、會提交到源碼的擴展配置或共享 workspace 文件。