Files
NB-Novel/.kilocode/mcp.json
2025-10-09 17:30:06 +08:00

26 lines
477 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",
"promptx_learn",
"discover",
"project",
"action"
]
}
}
}