MCPcopy Create free account
hub / github.com/arctic-cli/interface / status

Method status

packages/sdk/js/src/gen/sdk.gen.ts:932–937  ·  view source on GitHub ↗

* Get MCP server status

(options?: Options<McpStatusData, ThrowOnError>)

Source from the content-addressed store, hash-verified

930 * Get MCP server status
931 */
932 public status<ThrowOnError extends boolean = false>(options?: Options<McpStatusData, ThrowOnError>) {
933 return (options?.client ?? this._client).get<McpStatusResponses, unknown, ThrowOnError>({
934 url: "/mcp",
935 ...options,
936 })
937 }
938
939 /**
940 * Add MCP server dynamically

Callers 6

fnFunction · 0.45
DialogMcpFunction · 0.45
sync.tsxFile · 0.45
bootstrapFunction · 0.45
handlerFunction · 0.45
server.tsFile · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected