-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
25 lines (25 loc) · 1015 Bytes
/
Copy pathserver.json
File metadata and controls
25 lines (25 loc) · 1015 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.json",
"name": "io.github.speedvibecode/sembl",
"description": "A deterministic accountability gate for AI coding agents. verify_change scores a diff against declared bounds (scope, forbidden areas, churn) and report integrity (fabrication, validation evidence) and returns PASS/WARN/BLOCK — no model in the loop. The general case for main-agent-verifies-sub-agent.",
"repository": {
"url": "https://github.com/speedvibecode/sembl",
"source": "github"
},
"version": "0.1.19",
"websiteUrl": "https://sembl.vercel.app",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "sembl",
"version": "0.1.19",
"runtimeHint": "uvx",
"transport": { "type": "stdio" },
"packageArguments": [
{ "type": "named", "name": "--from", "value": "sembl[mcp]" },
{ "type": "positional", "value": "sembl-mcp" }
]
}
]
}