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

Method getCustomServers

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

Source from the content-addressed store, hash-verified

376 }
377
378 public getCustomServers(): CustomServer[] {
379 return [...this.customServers];
380 }
381
382 public addCustomServer(address: string): CustomServer[] {
383 const normalizedAddress = address.trim();

Callers 2

loadCustomServersFunction · 0.80
getCustomServersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected