Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
BuildPorts.ts573 B
/** * Port interfaces specific to build operations * * These ports define how the application layer * interacts with build-specific infrastructure. */ // Options for the build command builder (infrastructure concerns) export interface BuildCommandOptions { scheme: string; configuration?: string; destination: string; // Already mapped destination string additionalSettings?: string[]; derivedDataPath?: string; } export interface IBuildCommand { build( projectPath: string, isWorkspace: boolean, options: BuildCommandOptions ): string; }

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/Stefan-Nitu/mcp-xcode'

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