/**
* Port interface for configuration access
* This is an application-level abstraction
*/
export interface IConfigProvider {
/**
* Get the path for DerivedData
* @param projectPath Optional project path to generate project-specific derived data path
*/
getDerivedDataPath(projectPath?: string): string;
/**
* Get timeout for build operations in milliseconds
*/
getBuildTimeout(): number;
/**
* Check if xcbeautify is enabled
*/
isXcbeautifyEnabled(): boolean;
/**
* Get any custom build settings
*/
getCustomBuildSettings(): Record<string, 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