-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 1.32 KB
/
server.json
File metadata and controls
44 lines (44 loc) · 1.32 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
40
41
42
43
44
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.b0ase/path402",
"title": "Path402 — Tokenised Web Content for AI Agents",
"description": "AI agents discover, acquire, and re-serve tokenised web content via the $402 protocol",
"repository": {
"url": "https://github.com/b0ase/path402",
"source": "github"
},
"version": "1.3.2",
"packages": [
{
"registryType": "npm",
"identifier": "path402",
"version": "1.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Path402 API server (default: https://path402.com)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "PATH402_API_URL"
},
{
"description": "Default spending budget in satoshis for token acquisitions",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "PATH402_DEFAULT_BUDGET"
},
{
"description": "BSV wallet private key (WIF format) for on-chain acquisitions",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "PATH402_WALLET_WIF"
}
]
}
]
}