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

Function getCustomServers

app/src/utils/inferenceServer.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53export function getCustomServers(): CustomServer[] {
54 return ModelManager.getInstance().getCustomServers();
55}
56
57export function addCustomServer(address: string): CustomServer[] {
58 return ModelManager.getInstance().addCustomServer(address);

Callers 1

handleCheckCustomServerFunction · 0.90

Calls 2

getCustomServersMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected