Skip to main content
Glama

playwright-mcp

tsup.config.ts306 B
import { defineConfig } from 'tsup' export default defineConfig({ env: { NODE_ENV: process.env.NODE_ENV || 'development', }, entry: ['src/server.ts', 'src/mcp/interceptor.ts', 'src/mcp/toolbox.ts'], tsconfig: 'tsconfig.lib.json', splitting: true, format: ['cjs', 'esm'], clean: true, })

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/Ashish-Bansal/playwright-mcp'

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