* Options for removing MCP servers
| 6 | * Options for removing MCP servers |
| 7 | */ |
| 8 | interface MCPRemoveOptions { |
| 9 | scope?: 'local' | 'user' | 'project' |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Remove an MCP server from Claude Code using Claude CLI |
nothing calls this directly
no outgoing calls
no test coverage detected