diff --git a/README.md b/README.md index 535ee0a..a9816cb 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,29 @@ English · 简体中文

-# Agent Switch +

+ Agent Switch app icon +

-**Define each MCP once. Store each credential once. Project both into every supported local AI agent.** +

Agent Switch

-[![CI](https://github.com/JNHFlow21/agent-switch/actions/workflows/ci.yml/badge.svg)](https://github.com/JNHFlow21/agent-switch/actions/workflows/ci.yml) -[![macOS 14+](https://img.shields.io/badge/macOS-14%2B-111111?logo=apple)](https://www.apple.com/macos/) -[![License: MIT](https://img.shields.io/badge/license-MIT-111111.svg)](LICENSE) +

+ Define each MCP once. Store each credential once. Project both into every supported local AI agent. +

+ +

+ CI status + macOS 14 or newer + MIT license +

+ +

+ Agent Switch dashboard showing health, configuration drift, MCP routes, and credential availability +

+ +

+ The real macOS dashboard, shown with an isolated example configuration, exposes health, drift, routes, and credential availability—never credential values. +

Codex, Claude Code, Claude Desktop, and Hermes each keep their own MCP configuration. Copying the same servers and credentials into every client diff --git a/README.zh-CN.md b/README.zh-CN.md index 162d231..e4a97b4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -2,13 +2,29 @@ English · 简体中文

-# Agent Switch +

+ Agent Switch 应用图标 +

-**每个 MCP 只定义一次,每个密钥只保存一次,再安全同步到所有支持的本地 AI Agent。** +

Agent Switch

-[![CI](https://github.com/JNHFlow21/agent-switch/actions/workflows/ci.yml/badge.svg)](https://github.com/JNHFlow21/agent-switch/actions/workflows/ci.yml) -[![macOS 14+](https://img.shields.io/badge/macOS-14%2B-111111?logo=apple)](https://www.apple.com/macos/) -[![License: MIT](https://img.shields.io/badge/license-MIT-111111.svg)](LICENSE) +

+ 每个 MCP 只定义一次,每个密钥只保存一次,再安全同步到所有支持的本地 AI Agent。 +

+ +

+ CI 状态 + 需要 macOS 14 或更高版本 + MIT 许可证 +

+ +

+ Agent Switch 仪表板,展示健康状态、配置漂移、MCP 路由和密钥可用状态 +

+ +

+ 真实 macOS 仪表板使用隔离的示例配置,展示健康状态、配置漂移、路由和密钥是否就绪,但绝不显示密钥值。 +

Codex、Claude Code、Claude Desktop 和 Hermes 都维护着各自的 MCP 配置。把相同的服务器与密钥复制到每个客户端,不仅容易产生配置漂移,也会让密钥散落在多个文件中。 diff --git a/docs/assets/agent-switch-dashboard.jpg b/docs/assets/agent-switch-dashboard.jpg new file mode 100644 index 0000000..1c95dd2 Binary files /dev/null and b/docs/assets/agent-switch-dashboard.jpg differ diff --git a/docs/assets/agent-switch-icon.png b/docs/assets/agent-switch-icon.png new file mode 100644 index 0000000..683f6d0 Binary files /dev/null and b/docs/assets/agent-switch-icon.png differ