/**
* Port for formatting build output
* This allows us to swap between different formatters (xcbeautify, raw, custom)
*/
export interface IOutputFormatter {
/**
* Format raw build output into a more readable format
* @param rawOutput The raw output from xcodebuild
* @returns Formatted output
*/
format(rawOutput: string): Promise<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