-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
41 lines (41 loc) · 1.39 KB
/
Copy pathserver.json
File metadata and controls
41 lines (41 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.anthony-chaudhary/dos-kernel",
"title": "DOS — the trust substrate for agent fleets",
"description": "Verify what agents actually shipped, arbitrate file collisions, refuse with structured reasons.",
"version": "0.26.0",
"websiteUrl": "https://github.com/anthony-chaudhary/dos-kernel",
"repository": {
"url": "https://github.com/anthony-chaudhary/dos-kernel",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "dos-kernel",
"version": "0.26.0",
"runtimeHint": "uvx",
"runtimeArguments": [
{
"type": "named",
"name": "--from",
"value": "dos-kernel[mcp]==0.26.0",
"description": "The [mcp] extra carries the MCP server framework; the core install is near-stdlib and does not include it.",
"isRequired": true
}
],
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "DISPATCH_WORKSPACE",
"description": "Path of the git workspace the server should adjudicate (defaults to its working directory; every tool also takes a per-call `workspace` argument).",
"isRequired": false,
"isSecret": false
}
]
}
]
}