You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ MCPM will support managing MCP servers for the following clients:
82
82
83
83
## 🔥 Command Line Interface (CLI)
84
84
85
-
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.
85
+
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.
86
86
87
87
Below are the available commands, grouped by functionality:
88
88
@@ -103,7 +103,7 @@ mcpm client edit # Open the active client's MCP configuration file in an ex
103
103
104
104
### 🌐 Server Management (`server`)
105
105
106
-
These commands operate on the active client unless a specific scope (`@CLIENT` or `#PROFILE`) is provided.
106
+
These commands operate on the active client unless a specific scope (`@CLIENT` or `%PROFILE`) is provided.
107
107
108
108
```bash
109
109
# 🔍 Search and Add
@@ -116,8 +116,8 @@ mcpm ls # List server configurations for the active client/pro
116
116
mcpm rm SERVER_NAME # Remove a server configuration
117
117
118
118
# 🔄 Modify and Organize
119
-
mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA #profileB)
120
-
mcpm mv SOURCE TARGET # Move a server config (e.g., #profileA/serverX @client2)
119
+
mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA %profileB)
120
+
mcpm mv SOURCE TARGET # Move a server config (e.g., %profileA/serverX @client2)
121
121
122
122
# 📦 Stashing (Temporarily disable/enable)
123
123
mcpm stash SERVER_NAME # Temporarily disable/store a server configuration aside
0 commit comments