-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
34 lines (34 loc) · 1.11 KB
/
Copy pathserver.json
File metadata and controls
34 lines (34 loc) · 1.11 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.antnewman/pda-platform",
"title": "PDA Platform",
"description": "126 MCP tools for UK government IPA Gate Review assurance: risk, benefits, Monte Carlo simulation, assumption drift detection, narrative divergence, EV, gate readiness, portfolio analysis, calibration evaluation, and four-tier escalation routing. Implements the nine-layer Verified Autonomy framework end-to-end.",
"version": "1.0.0",
"status": "active",
"websiteUrl": "https://github.com/antnewman/pda-platform",
"repository": {
"url": "https://github.com/antnewman/pda-platform",
"source": "github",
"id": "antnewman/pda-platform"
},
"packages": [
{
"registryType": "pypi",
"identifier": "pda-platform",
"version": "1.0.0",
"runtimeHint": "uvx",
"packageArguments": [
"pda-platform-server"
],
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"transportType": "sse",
"url": "https://pda-platform-i33p.onrender.com/sse"
}
]
}