Skip to content

Commit eef23d9

Browse files
committed
chore: update README files with new sync feature and manage example screenshots
- Updated English, Japanese, and Chinese README files to include information about syncing server configurations across clients. - Added new "Manage Example" section with screenshots to enhance user understanding of server management. - Removed outdated manager screenshot from the images directory.
1 parent 8842702 commit eef23d9

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ GitHub stars"/>
2020

2121
📘 _English_ | [简体中文](./docs/README.zh-CN.md) | [日本語](./docs/README.ja-JP.md)
2222

23-
> Add MCP servers to Claude Desktop, Cursor, Windsurf, VS Code, Cline, neovim, and more — in two clicks. Cross-platform. Tauri GUI. Server management included.
23+
> Add MCP servers to Claude Desktop, Cursor, Windsurf, VS Code, Cline, neovim, and more — in two clicks. Cross-platform. Tauri GUI. Server management included. Sync configs cross Client
2424
2525
## News
2626

27-
- 2025-06-02: mcp-linker-api open source too
27+
- 2025-06-04: Sync Server configs Claude <=> other clients.
2828
- 2025-06-02: Show `git clone` button when the server config's `args` contains the word `"path"`
2929
- 2025-05-29: Sync favorite servers to the cloud.
3030
- 2025-05-22: Share your servers. server list sort by more choice
@@ -44,16 +44,17 @@ GitHub stars"/>
4444
- [🚀 Quick Start](#-quick-start)
4545
- [🛠️ How It Works](#️-how-it-works)
4646
- [🖼️ Screenshots](#️-screenshots)
47+
- [Manage Example](#manage-example)
4748
- [Server Discovery](#server-discovery)
4849
- [Configuration Example](#configuration-example)
49-
- [Manage Example](#manage-example)
5050
- [👨‍💻 For Developers](#-for-developers)
5151
- [💻 System Requirements](#-system-requirements)
5252
- [🔧 Installation Steps](#-installation-steps)
5353
- [🔍 Troubleshooting](#-troubleshooting)
5454
- [🤝 Contributing](#-contributing)
5555
- [📚 Resources](#-resources)
5656
- [🌐 Servers](#-servers)
57+
- [🔧 Backend API (Open Source)](#-backend-api-open-source)
5758
- [💬 Feedback \& Support](#-feedback--support)
5859
- [🎉 Contributors](#-contributors)
5960

@@ -92,15 +93,15 @@ GitHub stars"/>
9293

9394
## 🖼️ Screenshots
9495

96+
### Manage Example
97+
![Manage Screenshot](./images/manage.png)
98+
9599
### Server Discovery
96100
![Discover Screenshot](./images/home.png)
97101

98102
### Configuration Example
99103
![Config Screenshot](./images/config.png)
100104

101-
### Manage Example
102-
![Manage Screenshot](./images/manager.png)
103-
104105
---
105106

106107
# 👨‍💻 For Developers

docs/README.ja-JP.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,16 @@ bun tauri dev
8181
8282
## 🖼️ スクリーンショット
8383
84-
### サーバーの発見
84+
### 管理例
85+
86+
![管理スクリーンショット](../images/manage.png)
8587
8688
![発見スクリーンショット](../images/home.png)
8789
8890
### 構成例
8991
9092
![構成スクリーンショット](../images/config.png)
9193
92-
### 管理例
93-
94-
![管理スクリーンショット](../images/manager.png)
95-
9694
---
9795
9896
## 🤝 コントリビュート

docs/README.zh-CN.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@
1919

2020
📘 [English](../README.md) | _简体中文_ | [日本語](./README.ja-JP.md)
2121

22-
> 轻松将 MCP 服务器添加到 Claude Desktop、Cursor 和 Windsurf。跨平台。Tauri 图形界面。内置服务器管理功能。
22+
> 轻松将 MCP 服务器添加到 Claude Desktop、Cursor 和 Windsurf。跨平台。Tauri 图形界面。内置服务器管理功能。跨客户端同步配置
2323
2424
## 📰 更新日志
2525

26+
- 2025-06-04: 同步服务器配置 Claude <=> 其他客户端.
2627
- 2025-06-02:当服务器配置中的 `args` 字符串包含 `"path"` 字样时,显示 `git clone` 按钮
2728
- 2025-05-29:支持将收藏的服务器同步到云端
2829
- 2025-05-22:支持分享你的服务器,服务器列表新增排序选项
@@ -43,9 +44,9 @@
4344
- [🚀 快速开始](#-快速开始)
4445
- [🛠️ 工作原理](#️-工作原理)
4546
- [🖼️ 截图](#️-截图)
47+
- [管理示例](#管理示例)
4648
- [服务器发现](#服务器发现)
4749
- [配置示例](#配置示例)
48-
- [管理示例](#管理示例)
4950
- [👨‍💻 开发者指南](#-开发者指南)
5051
- [💻 系统要求](#-系统要求)
5152
- [🔧 安装步骤](#-安装步骤)
@@ -90,6 +91,9 @@
9091

9192
## 🖼️ 截图
9293

94+
### 管理示例
95+
96+
![Manage Screenshot](../images/manage.png)
9397
### 服务器发现
9498

9599
![Discover Screenshot](../images/home.png)
@@ -98,9 +102,6 @@
98102

99103
![Config Screenshot](../images/config.png)
100104

101-
### 管理示例
102-
103-
![Manage Screenshot](../images/manager.png)
104105

105106
---
106107

images/manage.png

177 KB
Loading

images/manager.png

-173 KB
Binary file not shown.

0 commit comments

Comments
 (0)