feat: 新增prototype-designer角色,并生成B端与C端高保真UI原型

This commit is contained in:
史悦
2025-09-15 13:26:19 +08:00
parent e3a645d519
commit 8d228527d0
12 changed files with 1345 additions and 125 deletions

19
.kilocode/mcp.json Normal file
View File

@@ -0,0 +1,19 @@
{
"mcpServers": {
"promptx": {
"command": "npx",
"args": [
"-y",
"-f",
"--registry",
"https://registry.npmjs.org",
"dpml-prompt@beta",
"mcp-server"
],
"alwaysAllow": [
"promptx_action",
"promptx_init"
]
}
}
}