diff --git a/README.md b/README.md index adadee9f..36ef8fc8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ MCPM will support managing MCP servers for the following clients: ## 🔥 Command Line Interface (CLI) -MCPM provides a comprehensive CLI built with Python's Click framework. Commands generally operate on the currently **active client**. You can view/set the active client using `mcpm client`. Many commands also support scope modifiers like `@CLIENT_NAME/SERVER_NAME` or `#PROFILE_NAME/SERVER_NAME` to target specific clients or profiles directly. +MCPM provides a comprehensive CLI built with Python's Click framework. Commands generally operate on the currently **active client**. You can view/set the active client using `mcpm client`. Many commands also support scope modifiers like `@CLIENT_NAME/SERVER_NAME` or `%PROFILE_NAME/SERVER_NAME` to target specific clients or profiles directly. Below are the available commands, grouped by functionality: @@ -103,7 +103,7 @@ mcpm client edit # Open the active client's MCP configuration file in an ex ### 🌐 Server Management (`server`) -These commands operate on the active client unless a specific scope (`@CLIENT` or `#PROFILE`) is provided. +These commands operate on the active client unless a specific scope (`@CLIENT` or `%PROFILE`) is provided. ```bash # 🔍 Search and Add @@ -116,8 +116,8 @@ mcpm ls # List server configurations for the active client/pro mcpm rm SERVER_NAME # Remove a server configuration # 🔄 Modify and Organize -mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA #profileB) -mcpm mv SOURCE TARGET # Move a server config (e.g., #profileA/serverX @client2) +mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA %profileB) +mcpm mv SOURCE TARGET # Move a server config (e.g., %profileA/serverX @client2) # 📦 Stashing (Temporarily disable/enable) mcpm stash SERVER_NAME # Temporarily disable/store a server configuration aside diff --git a/README.zh-CN.md b/README.zh-CN.md index 0127cc61..b530ff4c 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -82,7 +82,7 @@ MCPM 将支持为以下客户端管理 MCP 服务器: ## 🔥 命令行界面 (CLI) -MCPM 提供了一个使用 Python 的 Click 框架构建的全面 CLI。命令通常在当前**活动客户端**上操作。您可以使用 `mcpm client` 查看/设置活动客户端。许多命令还支持作用域修饰符,如 `@CLIENT_NAME/SERVER_NAME` 或 `#PROFILE_NAME/SERVER_NAME`,以直接针对特定客户端或配置文件。 +MCPM 提供了一个使用 Python 的 Click 框架构建的全面 CLI。命令通常在当前**活动客户端**上操作。您可以使用 `mcpm client` 查看/设置活动客户端。许多命令还支持作用域修饰符,如 `@CLIENT_NAME/SERVER_NAME` 或 `%PROFILE_NAME/SERVER_NAME`,以直接针对特定客户端或配置文件。 以下是按功能分组的可用命令: @@ -103,7 +103,7 @@ mcpm client edit # 在外部编辑器中打开活动客户端的 MCP 配置 ### 🌐 服务器管理 (`server`) -这些命令在活动客户端上操作,除非提供了特定作用域(`@CLIENT` 或 `#PROFILE`)。 +这些命令在活动客户端上操作,除非提供了特定作用域(`@CLIENT` 或 `%PROFILE`)。 ```bash # 🔍 搜索和添加 @@ -116,8 +116,8 @@ mcpm ls # 列出活动客户端/配置文件的服务器配置 mcpm rm SERVER_NAME # 删除服务器配置 # 🔄 修改和组织 -mcpm cp SOURCE TARGET # 复制服务器配置(例如,@client1/serverA #profileB) -mcpm mv SOURCE TARGET # 移动服务器配置(例如,#profileA/serverX @client2) +mcpm cp SOURCE TARGET # 复制服务器配置(例如,@client1/serverA %profileB) +mcpm mv SOURCE TARGET # 移动服务器配置(例如,%profileA/serverX @client2) # 📦 暂存(临时禁用/启用) mcpm stash SERVER_NAME # 临时禁用/存储服务器配置