MCPcopy
hub / github.com/davepoon/buildwithclaude / MCPRemoveOptions

Interface MCPRemoveOptions

packages/bwc-cli/src/utils/mcp-remover.ts:8–10  ·  view source on GitHub ↗

* Options for removing MCP servers

Source from the content-addressed store, hash-verified

6 * Options for removing MCP servers
7 */
8interface MCPRemoveOptions {
9 scope?: 'local' | 'user' | 'project'
10}
11
12/**
13 * Remove an MCP server from Claude Code using Claude CLI

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected