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

Function registerMcpCommand

src/cli/commands/mcp.ts:7–11  ·  view source on GitHub ↗
(app: Argv)

Source from the content-addressed store, hash-verified

5 * Register the `mcp` command to start the MCP server.
6 */
7export function registerMcpCommand(app: Argv): void {
8 app.command('mcp', 'Start the MCP server (for use with MCP clients)', {}, async () => {
9 await startMcpServer();
10 });
11}

Callers 1

buildYargsAppFunction · 0.90

Calls 1

startMcpServerFunction · 0.90

Tested by

no test coverage detected