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

# 커서

> **계획됨 — 아직 출시되지 않음**
> AI Hub는 계획된 기능입니다. 이 페이지의 기능, 엔드포인트, 명령 및 클라이언트 구성은 제안된 설계를 설명하지만 현재는 사용할 수 없습니다. 최종 가용성 및 설정 지침은 출시 시 발표됩니다.

커서는 코드 편집기 내에서 6MM 컨텍스트를 원하는 파트너 개발자에게 매우 적합합니다.

## 권장 설정

| 필요                        | 설정      |
| ------------------------- | ------- |
| 코딩하는 동안 SDK 문서에 대해 질문하세요. | 지역 MCP  |
| 통합 명령 생성                  | 6MM CLI |
| 팀 프롬프트를 일관되게 유지           | 에이전트 스킬 |

## 예시 프롬프트

```text
Use 6MM to explain the Trading Widget token flow and inspect this implementation.
```

```text
Use 6MM to generate a backend route for creating embed tokens.
```

```text
Use 6MM to review this webhook handler for idempotency issues.
```