first commit

This commit is contained in:
史悦
2025-09-25 18:02:42 +08:00
commit 2e1a1708e6
28 changed files with 637 additions and 0 deletions

20
.kilocode/mcp.json Normal file
View File

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