config
Manage cdp-tools configuration: switch between local and global configs, reset to defaults, backup settings, clone global to local, or list tools with dependencies.
Instructions
Manage cdp-tools configuration. Actions: status (show where config is loaded from), useLocal (switch to project-local config), useGlobal (switch to global ~/.cdp-tools config), reset (reset to defaults), backup (create timestamped backup), cloneFromGlobal (copy global config to local), show (display current settings), listTools (list all toggleable tools with their status and dependencies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | useLocal: explicit project dir to use as "local" (overrides server cwd) | |
| action | Yes | Config action: status (show config location info), useLocal (switch to project config), useGlobal (switch to global config), reset (reset to defaults), backup (backup current config), cloneFromGlobal (copy global to local), show (display current config), listTools (list all toggleable tools with status and dependencies) | |
| seedFromGlobal | No | For useLocal action: if true (default), seeds new local config from global if it exists |