Skip to main content
Glama

BrowserStack MCP server

Official
version-utils.ts414 B
import { resolveVersion } from "../../lib/version-resolver.js"; /** * Resolve desired version against available list */ export function pickVersion(available: string[], requested: string): string { try { return resolveVersion(requested, available); } catch { const opts = available.join(", "); throw new Error( `Version "${requested}" not found. Available versions: ${opts}`, ); } }

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