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

Function loadCustomServers

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

Source from the content-addressed store, hash-verified

46// ===========================================================================
47
48export function loadCustomServers(): CustomServer[] {
49 // Custom servers are loaded on ModelManager construction
50 return ModelManager.getInstance().getCustomServers();
51}
52
53export function getCustomServers(): CustomServer[] {
54 return ModelManager.getInstance().getCustomServers();

Callers 1

AppHeaderFunction · 0.90

Calls 2

getCustomServersMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected