chateaudufaune.ariege.io/.mcp.json
Padreug f64908d94e chore(mcp): add playwright server pinned to nix-profile chromium
Mirrors the configuration we use across aiolabs/webapp. Sites forked
from the boilerplate inherit a browser-driving MCP server for visual
inspection, screenshots and devtools-protocol access against any URL
without needing per-project setup.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-08 20:58:36 +02:00

20 lines
385 B
JSON

{
"mcpServers": {
"shadcn": {
"command": "npx",
"args": ["shadcn-vue@latest", "mcp"]
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--executable-path",
"/etc/profiles/per-user/padreug/bin/chromium",
"--caps",
"devtools"
],
"env": {}
}
}
}