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

Function addCustomServer

app/src/utils/inferenceServer.ts:57–59  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

55}
56
57export function addCustomServer(address: string): CustomServer[] {
58 return ModelManager.getInstance().addCustomServer(address);
59}
60
61export function removeCustomServer(address: string): CustomServer[] {
62 return ModelManager.getInstance().removeCustomServer(address);

Callers 1

handleAddCustomServerFunction · 0.90

Calls 2

addCustomServerMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected