Skip to main content
Glama

MCP Xcode

by Stefan-Nitu
BootRequest.ts477 B
import { DeviceId } from '../../../shared/domain/DeviceId.js'; /** * Value object representing a request to boot a simulator * * Encapsulates the device identifier (can be UUID or name) */ export class BootRequest { private constructor( public readonly deviceId: string ) { Object.freeze(this); } /** * Create a boot request from a DeviceId */ static create(deviceId: DeviceId): BootRequest { return new BootRequest(deviceId.toString()); } }

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