docs: plan workflow console foundation

This commit is contained in:
lda
2026-07-02 10:58:57 +07:00 Verified
parent b41d64e7f7
commit 98f85f6726
3 changed files with 1104 additions and 3 deletions
+13 -3
View File
@@ -13,14 +13,24 @@
"mcp": {
"serena": {
"type": "local",
"command": ["serena", "start-mcp-server", "--project-from-cwd"],
"command": ["serena", "start-mcp-server", "--project-from-cwd"]
// "enabled": false
},
"Astro docs": {
"type": "remote",
"url": "https://mcp.docs.astro.build/mcp",
"enabled": false
},
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": false
}
},
"permission": {
"skill": {
"wf-*": "allow",
"*": "deny"
"wf-*": "allow"
// "*": "deny"
}
}
}