Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.id.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,15 @@ Dari project pertama:

```bash
cd ~/Projects/your-project
c2c setup
c2c setup --mode quick
```

C2C menjalankan broker dan memberikan endpoint MCP serta pairing code sekali pakai.
Pada setup pertama, pilih cara endpoint publik diekspos:

- `c2c setup --mode quick` — Quick Tunnel sementara (tanpa akun)
- `c2c setup --mode named --zone example.com` — hostname stabil (Cloudflare)

C2C menjalankan broker dan memberikan endpoint MCP serta pairing code sekali pakai saat otorisasi masih diperlukan.

Di Claude Web:

Expand Down Expand Up @@ -93,7 +98,7 @@ Codex skill mendaftarkan workspace tersebut ke instalasi C2C yang sama. Tidak di
Untuk URL connector permanen, gunakan named Cloudflare tunnel:

```bash
c2c tunnel choose --mode named --zone <domain>
c2c broker tunnel choose --mode named --zone <domain>
```

Endpoint yang stabil direkomendasikan untuk satu connector yang akan terus digunakan di Claude. Quick Tunnel tetap berguna untuk development dan pengujian sementara.
Expand Down
9 changes: 7 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ corepack pnpm build
运行:

```bash
c2c setup
c2c setup --mode quick
```

首次运行需选择公网端点暴露方式:

- `c2c setup --mode quick` — 临时 Quick Tunnel(无需账号)
- `c2c setup --mode named --zone example.com` — 稳定主机名(Cloudflare)

C2C 会启动安装级 Broker、建立公网 HTTPS Tunnel、注册当前工作区,并在尚未授权时返回 MCP 地址和一次性配对码。

接下来在 Claude Web:
Expand All @@ -58,7 +63,7 @@ C2C 会启动安装级 Broker、建立公网 HTTPS Tunnel、注册当前工作

在 Claude 中添加 Connector 是明确的用户操作。Codex Skill 会准备和诊断本地端,但不会假装可以自动操作 Claude 的 Connector UI。

默认可以使用 Cloudflare Quick Tunnel;其公网地址在重启后可能改变。如果需要稳定地址,可以配置 Named Tunnel。
默认可以使用 Cloudflare Quick Tunnel;其公网地址在重启后可能改变。如果需要稳定地址,运行 `c2c broker tunnel choose --mode named --zone <domain>`。

## 工作流程

Expand Down
2 changes: 1 addition & 1 deletion docs/local-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ New installations should prefer `c2c setup`.
- **Flaky loopback health probe → duplicate daemon split-brain** (#8): probe
retry + duplicate-daemon guard.
- **Quick Tunnel URL churn**: `c2c doctor --fix` can re-establish the endpoint;
named tunnels (`c2c broker tunnel --zone <domain>`) are recommended for a
named tunnels (`c2c broker tunnel choose --mode named --zone <domain>`) are recommended for a
stable connector URL.

## Remaining notes
Expand Down
Loading