Files
LLHS/.kilocode/mcp.json

19 lines
314 B
JSON

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