-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
39 lines (39 loc) · 1.21 KB
/
server.json
File metadata and controls
39 lines (39 loc) · 1.21 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"defaultMode": "paper",
"safetyClass": "read-only-public",
"sourceCommitPolicy": "release-tagged",
"submissionState": "ready-after-pypi-publication",
"verificationCommands": [
"PYTHONPATH=$PWD/engine/src python3 -m zero_engine.mcp --smoke",
"PYTHONPATH=$PWD/engine/src scripts/mcp_transcript.py --check",
"scripts/mcp_registry_packet.py --check",
"scripts/mcp_registry_listing_check.py --json"
]
}
},
"description": "Read-only MCP inspection for the open ZERO Runtime, Protocol, and Proof substrate.",
"name": "io.github.zero-intel/zero",
"packages": [
{
"identifier": "zero-engine",
"registryBaseUrl": "https://pypi.org",
"registryType": "pypi",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"version": "0.1.5"
}
],
"repository": {
"id": "1226608140",
"source": "github",
"url": "https://github.com/zero-intel/zero"
},
"title": "ZERO MCP",
"version": "0.1.5",
"websiteUrl": "https://getzero.dev"
}