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

# 클로드 코드 CLI

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

Claude Code CLI는 에이전트가 터미널 명령을 실행하고 JSON 출력을 검사하고 통합 코드를 업데이트할 수 있는 경우에 유용합니다.

## 권장 설정

| 필요             | 설정      |
| -------------- | ------- |
| 빠른 시장 점검       | 6MM CLI |
| 로컬 계정 컨텍스트     | 지역 MCP  |
| 반복 가능한 구현 워크플로 | 에이전트 스킬 |

## 예시 작업

```text
Use 6MM CLI to list available perpetual markets and return JSON.
```

```text
Use 6MM to inspect webhook event examples and generate an idempotent handler plan.
```

```text
Use 6MM testnet data to validate this Trading Widget integration. Do not place live orders.
```

## 모범 사례

에이전트 워크플로의 경우 JSON 출력을 선호합니다. 구문 분석, 비교 및 ​​구현 로그에 포함하는 것이 더 쉽습니다.