MCP Server
MCP
DOS — the trust substrate for agent fleets
Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.
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
By
Comments
Sign in to leave a comment