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

Function setServer

src/server/server-state.ts:9–11  ·  view source on GitHub ↗
(server: McpServer)

Source from the content-addressed store, hash-verified

7}
8
9export function setServer(server: McpServer): void {
10 serverInstance = server;
11}
12
13export function __resetServerStateForTests(): void {
14 serverInstance = undefined;

Callers 1

createServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected