MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / status

Method status

src/cli/daemon-client.ts:126–128  ·  view source on GitHub ↗

* Get daemon status.

()

Source from the content-addressed store, hash-verified

124 * Get daemon status.
125 */
126 async status(): Promise<DaemonStatusResult> {
127 return this.request<DaemonStatusResult>('daemon.status');
128 }
129
130 /**
131 * Stop the daemon.

Callers 5

waitForDaemonReadyFunction · 0.95
ensureDaemonRunningFunction · 0.95
handleListFunction · 0.95
handleStatusFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected