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

Function updateCustomServerStatus

app/src/utils/inferenceServer.ts:69–71  ·  view source on GitHub ↗
(address: string, status: 'online' | 'offline')

Source from the content-addressed store, hash-verified

67}
68
69export function updateCustomServerStatus(address: string, status: 'online' | 'offline'): CustomServer[] {
70 return ModelManager.getInstance().updateCustomServerStatus(address, status);
71}
72
73export async function checkCustomServer(address: string): Promise<ServerResponse> {
74 return ModelManager.getInstance().checkCustomServer(address);

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45

Tested by

no test coverage detected