- Created prd.json with detailed user stories, acceptance criteria, and implementation notes for the Adiuva project. - Updated progress.txt to reflect recent implementations of routers for checkpoints and notes, along with learnings for future iterations. - Modified ralph.sh to change the default tool from "amp" to "claude" for improved compatibility.
12 lines
172 B
JSON
12 lines
172 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |