1313 client ,
1414 config ,
1515 doctor ,
16- import_client ,
1716 info ,
1817 inspect ,
1918 inspector ,
@@ -162,7 +161,6 @@ def main(ctx, help_flag, version):
162161 commands_table .add_row (" [cyan]uninstall[/]" , "Remove a server from configuration." )
163162 commands_table .add_row (" [cyan]ls[/]" , "List all installed servers and profile assignments." )
164163 commands_table .add_row (" [cyan]inspect[/]" , "Launch MCP Inspector to test/debug a server." )
165- commands_table .add_row (" [cyan]import[/]" , "Import server configurations from supported clients." )
166164
167165 commands_table .add_row ("[yellow]Server Execution[/]" )
168166 commands_table .add_row (" [cyan]run[/]" , "Execute a single server over stdio." )
@@ -179,7 +177,7 @@ def main(ctx, help_flag, version):
179177 commands_table .add_row (" [cyan]config[/]" , "Manage MCPM configuration and settings." )
180178
181179 commands_table .add_row ("[yellow]Client Management[/]" )
182- commands_table .add_row (" [cyan]client[/]" , "Manage MCP client configurations and server integrations ." )
180+ commands_table .add_row (" [cyan]client[/]" , "Manage MCP client configurations and import server configs ." )
183181
184182 commands_table .add_row ("[yellow]Legacy Aliases[/]" )
185183 commands_table .add_row (" [cyan]add[/]" , "Alias for 'install'." )
@@ -200,7 +198,6 @@ def main(ctx, help_flag, version):
200198main .add_command (run .run )
201199main .add_command (inspect .inspect )
202200main .add_command (profile .profile , name = "profile" )
203- main .add_command (import_client .import_client , name = "import" )
204201main .add_command (doctor .doctor )
205202main .add_command (usage .usage )
206203main .add_command (config .config )
0 commit comments