MCP Server
MCP
io.github.arthurpanhku/dvalincode
Deterministic security scanning that needs no model or API key, plus governed coding tasks.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "dvalincode",
"version": "0.17.0",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
},
{
"description": "Workspace root the server is allowed to touch. Repeatable. Defaults to the working directory.",
"type": "named",
"name": "--workspace",
"isRepeated": true
},
{
"description": "Permission ceiling for dvalin_run_task: plan, auto, or bypass. Defaults to auto.",
"type": "named",
"name": "--max-permission-mode"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment