diff --git a/.gitignore b/.gitignore index a53a652d5..d9b9b1630 100644 --- a/.gitignore +++ b/.gitignore @@ -96,9 +96,6 @@ scalene-profile.html # Nicegui .nicegui -# MCP -.mcp.json - # Application specific data/** !data/.keep diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 000000000..259a95910 --- /dev/null +++ b/.mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "playwright": { + "command": "npx", + "args": ["@playwright/mcp@latest"] + } + } +}