Skip to main content
Glama
DemoModeResult.ts633 B
export interface DemoModeResult { /** * Whether setting demo mode was successful */ success: boolean; /** * Success message if operation succeeded */ message?: string; /** * Error message if operation failed */ error?: string; /** * Current status of demo mode (enabled/disabled) */ demoModeEnabled?: boolean; /** * The package name associated with the demo mode operation */ packageName?: string; /** * The activity name associated with the demo mode operation */ activityName?: string; /** * Observation data from BaseVisualChange */ observation?: any; }

Latest Blog Posts

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/zillow/auto-mobile'

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