-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.38 KB
/
Copy pathserver.json
File metadata and controls
48 lines (48 loc) · 1.38 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
42
43
44
45
46
47
48
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.musharna/jobd",
"title": "jobd",
"description": "Self-hostable GPU-aware job broker: submit, route by VRAM, babysit jobs across machines via MCP.",
"websiteUrl": "https://github.com/musharna/jobd",
"repository": {
"url": "https://github.com/musharna/jobd",
"source": "github"
},
"version": "0.5.44",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "jobd",
"version": "0.5.44",
"runtimeHint": "uvx",
"runtimeArguments": [
{ "type": "positional", "value": "--from", "valueHint": "from-flag" },
{
"type": "positional",
"value": "jobd[mcp]",
"valueHint": "package-with-mcp-extra"
},
{
"type": "positional",
"value": "jobd-mcp",
"valueHint": "mcp-entry-point"
}
],
"transport": { "type": "stdio" },
"environmentVariables": [
{
"name": "JOBD_URL",
"description": "Base URL of the jobd broker the MCP server talks to. Defaults to http://127.0.0.1:8765.",
"isRequired": false
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "manual",
"version": "0.5.44"
}
}
}