feat: add root documentation (CLAUDE.md, AGENTS.md, .mcp.json)

This commit is contained in:
2026-04-06 15:02:01 +02:00
parent f7c2ac6ffb
commit eb195c8261
4 changed files with 130 additions and 0 deletions

13
.mcp.json Normal file
View File

@@ -0,0 +1,13 @@
{
"mcpServers": {
"storybook": {
"type": "http",
"url": "http://localhost:6006/mcp"
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": ["@anthropic-ai/playwright-mcp"]
}
}
}