-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathserver.json
More file actions
38 lines (38 loc) · 1.05 KB
/
Copy pathserver.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.block/model-ledger",
"title": "Model Ledger",
"description": "Model inventory and governance: trace deployed models and their dependencies as an append-only log",
"version": "0.7.9",
"repository": {
"url": "https://github.com/block/model-ledger",
"source": "github"
},
"websiteUrl": "https://block.github.io/model-ledger/",
"packages": [
{
"registryType": "pypi",
"identifier": "model-ledger",
"version": "0.7.9",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "--from",
"value": "model-ledger[mcp,cli]==0.7.9",
"description": "Install with the MCP and CLI extras"
}
],
"packageArguments": [
{
"type": "positional",
"value": "mcp",
"description": "Start the MCP server (stdio transport)"
}
]
}
]
}