Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
export
function
setServer(server: McpServer): void {
10
serverInstance = server;
11
}
12
13
export
function
__resetServerStateForTests(): void {
14
serverInstance = undefined;
Callers
1
createServer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected