MCPcopy Create free account
hub / github.com/Roy3838/Observer / saveCustomServersToStorage

Method saveCustomServersToStorage

app/src/utils/ModelManager.ts:374–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372 }
373
374 private saveCustomServersToStorage(): void {
375 localStorage.setItem(CUSTOM_SERVERS_KEY, JSON.stringify(this.customServers));
376 }
377
378 public getCustomServers(): CustomServer[] {
379 return [...this.customServers];

Callers 4

addCustomServerMethod · 0.95
removeCustomServerMethod · 0.95
toggleCustomServerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected