Skip to main content
Glama

Playwright MCP Server

by Kotelberg
import type { ResourceDefinition, ResourceHandler } from "./types.js"; import { playwrightStatusHandler, resourceDefinition as playwrightStatusDefinition } from "./playwrightStatus.js"; // リソース定義のマッピング export const resources: Record<string, ResourceDefinition> = { "playwright://status": playwrightStatusDefinition }; // リソースハンドラーのマッピング export const resourceHandlers: Record<string, ResourceHandler> = { "playwright://status": playwrightStatusHandler };

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

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