Skip to main content
Glama

Baseline MCP Server

types.ts641 B
export type BaselineStatus = "widely" | "limited" | "newly" | "no_data"; export const BROWSERS = ["chrome", "edge", "firefox", "safari"] as const; export type Browsers = typeof BROWSERS[number]; type BrowserImplementationsData = { date: string; status: "available"; version: string; }; export type WebFeature = { baseline: { status: BaselineStatus; high_date?: string; low_date?: string; }; browser_implementations: { [key in Browsers]?: BrowserImplementationsData; }; usage: { chrome: { daily?: number; }; }; name: string; }; export type WebFeatureResponse = { data: WebFeature[]; };

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

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