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
feat: implement partial update merge logic in CLI handler
- Add server existence check before validation in handle_mcp_configure()
- Implement conditional validation: create requires command/url, update does not
- Add partial update merge logic that preserves unspecified fields
- Implement command/URL switching behavior with auto-clear of opposite field type
- When switching command→url: clear command and args
- When switching url→command: clear url and headers
- Fix headers condition to allow updates without requiring url parameter
- Pass old_config to reporting system for UNCHANGED field detection
- Dynamically set operation type ('update' vs 'create') based on server existence
- Maintains backward compatibility with existing create operations
0 commit comments