init bmad

This commit is contained in:
pukpuk
2025-10-09 12:53:33 +08:00
parent 91746fe33c
commit 76d57d896b
4 changed files with 282 additions and 36 deletions

21
.mcp.json Normal file
View File

@@ -0,0 +1,21 @@
{
"mcpServers": {
"serena": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/oraios/serena",
"serena",
"start-mcp-server",
"--context",
"ide-assistant",
"--enable-web-dashboard",
"false",
"--project",
"/Users/pukpuk/claude-code-tools"
],
"env": {}
}
}
}