Default Exercises Set for new User

This commit is contained in:
AG
2025-12-15 20:02:39 +02:00
parent 003c045621
commit 170e32d36c
7 changed files with 196 additions and 2 deletions

13
.vscode/mcp.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"servers": {
"playwright-test": {
"type": "stdio",
"command": "npx",
"args": [
"playwright",
"run-test-mcp-server"
]
}
},
"inputs": []
}