Files
NB-Novel/.kilocode/mcp.json
2025-09-26 18:05:28 +08:00

22 lines
395 B
JSON

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