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
5 changes: 4 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ discover → inspect → run

- **URLやCLI引数にシークレットなし** — OAuth device flow + PKCE
- **制限されたファイル権限** — 認証情報は `0600` で保存
- **自動ロールバック** — 失敗時はすべてクリーンに復元
- **所有権を認識した更新** — 既存の JSONC コメントとユーザー管理の MCP エントリを保持
- **正確なロールバック** — 失敗時や `unregister` 実行時には、SandBase が作成した設定だけを削除
- **いつでも取り消し** — [SandBase Dashboard](https://sandbase.ai/console/keys)でワンクリック

---
Expand All @@ -206,6 +207,8 @@ npx -y @sandbaseai/cli connect

**[無料アカウント作成 →](https://sandbase.ai)**

SandBase でセットアップ時間を短縮できたら、[リポジトリに Star を付けてください](https://github.com/sandbaseai/cli)。より多くのエージェントユーザーがこのプロジェクトを見つけやすくなります。

---

## リンク
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ discover → inspect → run

- **Zero secrets in URLs or CLI args** — OAuth device flow with PKCE
- **Restricted file permissions** — Credentials stored with `0600`
- **Automatic rollback** — If anything fails, everything reverts cleanly
- **Ownership-aware updates** — Existing JSONC comments and user-managed MCP entries are preserved
- **Exact rollback** — On failure or `unregister`, only configuration owned by SandBase is removed
- **Revoke anytime** — One click in the [SandBase Dashboard](https://sandbase.ai/console/keys)

---
Expand All @@ -216,6 +217,8 @@ Then ask your agent to do something it couldn't before.

**[Create a free account →](https://sandbase.ai)**

If SandBase saves you setup time, [star the repository](https://github.com/sandbaseai/cli) — it helps more agent users discover the project.

---

## Links
Expand Down
5 changes: 4 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ discover → inspect → run

- **URL 和 CLI 参数中没有任何密钥** — OAuth device flow + PKCE
- **受限文件权限** — 凭据以 `0600` 存储
- **自动回滚** — 任何步骤失败都会干净地恢复
- **所有权感知更新** — 保留现有 JSONC 注释以及用户自行管理的 MCP 配置项
- **精确回滚** — 失败或执行 `unregister` 时,只移除由 SandBase 创建的配置
- **随时吊销** — [SandBase Dashboard](https://sandbase.ai/console/keys) 一键操作

---
Expand All @@ -216,6 +217,8 @@ npx -y @sandbaseai/cli connect

**[注册免费账号 →](https://sandbase.ai)**

如果 SandBase 帮你节省了配置时间,欢迎[为项目点个 Star](https://github.com/sandbaseai/cli)——这会让更多 Agent 用户发现它。

---

## 链接
Expand Down
Loading