Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
types.ts675 B
/** * Type definitions for Apple Simulator MCP Server */ // Re-export Platform from domain for backward compatibility // TODO: Update all imports to use domain directly export { Platform } from './shared/domain/Platform.js'; export interface SimulatorDevice { udid: string; name: string; state: 'Booted' | 'Shutdown' | 'Creating' | 'Booting' | 'ShuttingDown'; deviceTypeIdentifier: string; runtime: string; isAvailable?: boolean; } export interface TestResult { success: boolean; output: string; errors?: string; testCount?: number; failureCount?: number; } export interface Tool { execute(args: any): Promise<any>; getToolDefinition(): any; }

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