Files
personal-website/.mcp.json
djkotowskiandClaude Opus 4.8 44b07d4682 Add Playwright MCP server config (#215)
Adds a project-scoped .mcp.json registering the Playwright MCP server
so browser automation tooling is available to anyone using Claude Code
in this repo.

Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-13 02:33:44 -05:00

12 lines
172 B
JSON

{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
}
}
}