Skip to main content
Glama

BrowserStack MCP server

Official
constants.ts623 B
export const SessionType = { Automate: "automate", AppAutomate: "app-automate", } as const; export const AutomateLogType = { NetworkLogs: "networkLogs", SessionLogs: "sessionLogs", ConsoleLogs: "consoleLogs", } as const; export const AppAutomateLogType = { DeviceLogs: "deviceLogs", AppiumLogs: "appiumLogs", CrashLogs: "crashLogs", } as const; export type SessionType = (typeof SessionType)[keyof typeof SessionType]; export type AutomateLogType = (typeof AutomateLogType)[keyof typeof AutomateLogType]; export type AppAutomateLogType = (typeof AppAutomateLogType)[keyof typeof AppAutomateLogType];

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/browserstack/mcp-server'

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