Skip to main content
Glama
browserstack

BrowserStack MCP server

Official
config.ts695 B
export const TCG_TRIGGER_URL = (baseUrl: string) => `${baseUrl}/api/v1/integration/tcg/test-generation/suggest-test-cases`; export const TCG_POLL_URL = (baseUrl: string) => `${baseUrl}/api/v1/integration/tcg/test-generation/test-cases-polling`; export const FETCH_DETAILS_URL = (baseUrl: string) => `${baseUrl}/api/v1/integration/tcg/test-generation/fetch-test-case-details`; export const FORM_FIELDS_URL = (baseUrl: string, projectId: string) => `${baseUrl}/api/v1/projects/${projectId}/form-fields-v2`; export const BULK_CREATE_URL = ( baseUrl: string, projectId: string, folderId: string, ) => `${baseUrl}/api/v1/projects/${projectId}/folder/${folderId}/bulk-test-cases`;

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

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