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

Method checkCustomServer

app/src/utils/ModelManager.ts:441–445  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

439 }
440
441 public async checkCustomServer(address: string): Promise<{ status: 'online' | 'offline'; error?: string }> {
442 const result = await this.checkServer(address);
443 this.updateCustomServerStatus(address, result.status);
444 return result;
445 }
446
447 public async checkServer(address: string): Promise<{ status: 'online' | 'offline'; error?: string }> {
448 try {

Callers 1

checkCustomServerFunction · 0.80

Calls 2

checkServerMethod · 0.95

Tested by

no test coverage detected