← Back to Plugins
MCP Server MCP

io.github.arthurpanhku/dvalincode

github By github 👁 1 views ▲ 0 votes

Deterministic security scanning that needs no model or API key, plus governed coding tasks.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...