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
fix(mcp): add --force flag to 'mcp add' command for overwriting existing servers
Fixes bounty issue #1620
The 'mcp add' command now supports a --force flag that allows overwriting
an existing MCP server configuration. When --force is specified and the
server already exists, the old configuration is removed before adding
the new one. Without --force, the error message now suggests using
--force as an alternative to manually removing the server first.
0 commit comments