File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,11 @@ mcpm add SERVER_URL --alias ALIAS # Add with a custom alias
108108
109109# 📋 List and Remove
110110mcpm ls # List server configurations for the active client/profile
111- mcpm list # Alias for 'ls'
112111mcpm rm SERVER_NAME # Remove a server configuration
113- mcpm remove SERVER_NAME # Alias for 'rm'
114112
115113# 🔄 Modify and Organize
116114mcpm cp SOURCE TARGET # Copy a server config (e.g., @client1/serverA #profileB)
117- mcpm copy SOURCE TARGET # Alias for 'cp'
118115mcpm mv SOURCE TARGET # Move a server config (e.g., #profileA/serverX @client2)
119- mcpm move SOURCE TARGET # Alias for 'mv'
120116
121117# 📦 Stashing (Temporarily disable/enable)
122118mcpm stash SERVER_NAME # Temporarily disable/store a server configuration aside
@@ -134,7 +130,6 @@ The currently *active* profile's servers are typically used by features like the
134130mcpm profile list # List all available MCPM profiles
135131mcpm profile add PROFILE_NAME # Add a new, empty profile
136132mcpm profile rm PROFILE_NAME # Remove a profile (does not delete servers within it)
137- mcpm profile remove PROFILE_NAME # Alias for 'rm'
138133mcpm profile rename OLD_NAME NEW_NAME # Rename a profile
139134
140135# ✅ Activating Profiles
You can’t perform that action at this time.
0 commit comments