MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getMCPServerStatus

Function getMCPServerStatus

packages/core/src/tools/mcp-client.ts:135–137  ·  view source on GitHub ↗
(serverName: string)

Source from the content-addressed store, hash-verified

133 * Get the current status of an MCP server
134 */
135export function getMCPServerStatus(serverName: string): MCPServerStatus {
136 return serverStatuses.get(serverName) || MCPServerStatus.DISCONNECTED;
137}
138
139/**
140 * Get all MCP server statuses

Callers 1

getMcpStatusFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected