← Back to Plugins
MCP Server MCP

DOS — the trust substrate for agent fleets

github By github 👁 1 views ▲ 0 votes

Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.

Homepage Verified source GitHub

Install

uvx dos-kernel

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "dos-kernel",
      "version": "0.30.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "The [mcp] extra carries the MCP server framework; the core install is near-stdlib and does not include it.",
          "isRequired": true,
          "value": "dos-kernel[mcp]==0.30.0",
          "type": "named",
          "name": "--from"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path of the git workspace the server should adjudicate (defaults to its working directory; every tool also takes a per-call `workspace` argument).",
          "name": "DISPATCH_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...