mirror of
https://github.com/djkotowski/personal-website.git
synced 2026-09-12 13:30:40 -05:00
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]>
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |