chore: Add development utilities and MCP configuration

- Added debug-db.mjs script for debugging SurrealDB queries
- Added .mcp.json configuration for Playwright test MCP server
- Added Claude Code agents for Playwright test generation, planning, and healing

These tools assist with development and debugging workflows.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-10 14:13:51 +00:00
parent b457e94ccb
commit ef0725be58
5 changed files with 262 additions and 0 deletions

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"playwright-test": {
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
}
}