{ "mcpServers": { "supabase": { "type": "http", "url": "https://ystudio.msbls.de/mcp", "headers": { "Authorization": "Basic ${YOUPC_SUPABASE_AUTH}" } }, "playwright": { "command": "bunx", "args": [ "@playwright/mcp@latest", "--headless", "--user-data-dir", "/tmp/mai-playwright-profile" ] } } }