← Back to Plugins
MCP Server MCP

Sentinel DV

github By github 👁 1 views ▲ 0 votes

MCP tools for UVM/cocotb logs, coverage, regressions, and waveform triage.

Homepage Verified source GitHub

Install

uvx sentinel-dv

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "sentinel-dv",
      "version": "2.3.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "sentinel-dv",
          "type": "named",
          "name": "--from"
        }
      ],
      "packageArguments": [
        {
          "value": "sentinel-dv-server",
          "type": "positional"
        },
        {
          "description": "Path to config.yaml (artifact roots, index path, adapters)",
          "format": "filepath",
          "placeholder": "/absolute/path/to/config.yaml",
          "type": "named",
          "name": "--config"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to config.yaml (alternative to --config)",
          "format": "filepath",
          "placeholder": "/absolute/path/to/config.yaml",
          "name": "SENTINEL_DV_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...