Skip to main content
Glama

XcodeBuildMCP

CommandExecutor.ts570 B
import { ChildProcess } from 'child_process'; export interface CommandExecOptions { env?: Record<string, string>; cwd?: string; } /** * Command executor function type for dependency injection */ export type CommandExecutor = ( command: string[], logPrefix?: string, useShell?: boolean, opts?: CommandExecOptions, detached?: boolean, ) => Promise<CommandResponse>; /** * Command execution response interface */ export interface CommandResponse { success: boolean; output: string; error?: string; process: ChildProcess; exitCode?: number; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameroncooke/XcodeBuildMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server