Skip to main content
Glama

playwright-mcp

vite.config.ts482 B
// vite.ui.config.js import path from "path" import tailwindcss from "@tailwindcss/vite" import react from "@vitejs/plugin-react" import { defineConfig } from "vite" export default defineConfig({ plugins: [react(), tailwindcss()], server: { port: 5174 }, build: { outDir: 'dist/ui', // Generate assets that will be embedded in your Node.js package emptyOutDir: true }, resolve: { alias: { "@": path.resolve(__dirname, "./src"), }, }, })

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