MCPcopy Index your code
hub / github.com/codeaashu/claude-code / updateServer

Function updateServer

web/components/settings/McpSettings.tsx:140–144  ·  view source on GitHub ↗
(id: string, updated: MCPServerConfig)

Source from the content-addressed store, hash-verified

138 });
139
140 function updateServer(id: string, updated: MCPServerConfig) {
141 updateSettings({
142 mcpServers: settings.mcpServers.map((s) => (s.id === id ? updated : s)),
143 });
144 }
145
146 function deleteServer(id: string) {
147 updateSettings({

Callers 3

useManageMCPConnectionsFunction · 0.85
reconnectWithBackoffFunction · 0.85
McpSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected