MCPcopy Create free account
hub / github.com/codeaashu/claude-code / deleteServer

Function deleteServer

web/components/settings/McpSettings.tsx:146–150  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

144 }
145
146 function deleteServer(id: string) {
147 updateSettings({
148 mcpServers: settings.mcpServers.filter((s) => s.id !== id),
149 });
150 }
151
152 function addServer() {
153 if (!newServer.name.trim() || !newServer.command.trim()) return;

Callers 1

McpSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected