Skip to content

Commit d54d728

Browse files
committed
Invalid DateTime
1 parent 6d53562 commit d54d728

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mcpm/commands/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,15 @@ def info_client(client_name, config_path_override):
403403
is_flag=True,
404404
help="Deploy profiles directly to client config (zen deployment) instead of using FastMCP proxy",
405405
)
406+
406407
@click.option("--add-server", help="Comma-separated list of server names to add")
407408
@click.option("--remove-server", help="Comma-separated list of server names to remove")
408409
@click.option("--set-servers", help="Comma-separated list of server names to set (replaces all)")
409410
@click.option("--add-profile", help="Comma-separated list of profile names to add")
410411
@click.option("--remove-profile", help="Comma-separated list of profile names to remove")
411412
@click.option("--set-profiles", help="Comma-separated list of profile names to set (replaces all)")
412413
@click.option("--force", is_flag=True, help="Skip confirmation prompts")
414+
413415
def edit_client(client_name, external, config_path_override, only_mcpm, deploy, add_server, remove_server, set_servers, add_profile, remove_profile, set_profiles, force):
414416
"""Enable/disable MCPM-managed servers in the specified client configuration.
415417
@@ -423,6 +425,7 @@ def edit_client(client_name, external, config_path_override, only_mcpm, deploy,
423425
configuration (zen deployment) instead of using FastMCP proxy mode. This eliminates
424426
the need to run 'mcpm profile deploy' separately.
425427
428+
426429
CLIENT_NAME is the name of the MCP client to configure (e.g., cursor, claude-desktop, windsurf).
427430
"""
428431
# Get the client manager for the specified client

0 commit comments

Comments
 (0)