-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
37 lines (37 loc) · 1.24 KB
/
Copy pathserver.json
File metadata and controls
37 lines (37 loc) · 1.24 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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.snapsynapse/publedge",
"title": "PubLedge",
"description": "Open recordkeeping protocol for JIAs, RMAs, no-action letters, and analogous instruments.",
"websiteUrl": "https://publedge.org/",
"repository": {
"url": "https://github.com/snapsynapse/publedge",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "publedge",
"version": "0.1.1",
"transport": {
"type": "stdio"
}
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"license": "Apache-2.0 (code) / CC BY 4.0 (content)",
"publisher": "PAICE.work PBC",
"publisher_url": "https://paice.work/",
"agents_json": "https://publedge.org/agents.json",
"discovery": "https://publedge.org/.well-known/mcp.json",
"legal_graph_layer": "verifiable-records",
"legal_graph_position": 3,
"legal_graph_narrative": "https://aiincidentlaw.org/docs/legal-graph.html",
"protocol_spec": "https://publedge.org/PROTOCOL.md",
"spec_version": "v0.1.1-pre"
}
}
}