@hol-org/hashnet-mcp 1.0.19 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -4
- package/dist/cli/up.cjs +1284 -0
- package/dist/index.cjs +1279 -0
- package/package.json +28 -26
- package/AGENTS.md +0 -133
- package/deploy/Dockerfile +0 -24
- package/deploy/README.md +0 -31
- package/deploy/fly.toml +0 -41
- package/dist/cli/up.js +0 -175
- package/dist/cli/up.js.map +0 -1
- package/dist/index.js +0 -2114
- package/dist/index.js.map +0 -1
- package/examples/agent-registration-request.json +0 -48
- package/examples/workflows/workflow.agentverseBridge.json +0 -15
- package/examples/workflows/workflow.chatSmoke.json +0 -8
- package/examples/workflows/workflow.discovery.json +0 -4
- package/examples/workflows/workflow.erc8004Discovery.json +0 -4
- package/examples/workflows/workflow.erc8004X402.json +0 -87
- package/examples/workflows/workflow.fullRegistration.json +0 -73
- package/examples/workflows/workflow.historyTopUp.json +0 -14
- package/examples/workflows/workflow.ledgerAuth.json +0 -8
- package/examples/workflows/workflow.openrouterChat.json +0 -7
- package/examples/workflows/workflow.opsCheck.json +0 -3
- package/examples/workflows/workflow.registerAgentAdvanced.json +0 -84
- package/examples/workflows/workflow.registerAgentErc8004.json +0 -82
- package/examples/workflows/workflow.registerMcp.json +0 -71
- package/examples/workflows/workflow.registryBrokerShowcase.json +0 -6
- package/examples/workflows/workflow.x402Registration.json +0 -83
- package/examples/workflows/workflow.x402TopUp.json +0 -13
- /package/dist/{index.d.ts → index.d.cts} +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"uaid": "uaid:registry:demo-hashnet",
|
|
3
|
-
"messages": [
|
|
4
|
-
"Hello registry broker",
|
|
5
|
-
"Can you summarize agent health?"
|
|
6
|
-
],
|
|
7
|
-
"preserveEntries": 2,
|
|
8
|
-
"creditTopUp": {
|
|
9
|
-
"accountId": "0.0.123456",
|
|
10
|
-
"privateKey": "302e020100300506032b657004220420YOUR_HEDERA_PRIVATE_KEY",
|
|
11
|
-
"hbarAmount": 0.5,
|
|
12
|
-
"memo": "workflow.historyTopUp sample"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"payload": {
|
|
3
|
-
"profile": {
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"type": 2,
|
|
6
|
-
"display_name": "Hashnet MCP Server",
|
|
7
|
-
"alias": "hashnet-mcp",
|
|
8
|
-
"bio": "FastMCP wrapper around the Hashgraph Online Registry Broker.",
|
|
9
|
-
"socials": [
|
|
10
|
-
{
|
|
11
|
-
"platform": "github",
|
|
12
|
-
"handle": "hashgraphonline"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"mcpServer": {
|
|
16
|
-
"version": "1.0.0",
|
|
17
|
-
"connectionInfo": {
|
|
18
|
-
"url": "https://hashnet.example.com/mcp/stream",
|
|
19
|
-
"transport": "sse"
|
|
20
|
-
},
|
|
21
|
-
"services": [
|
|
22
|
-
0,
|
|
23
|
-
1,
|
|
24
|
-
2,
|
|
25
|
-
6
|
|
26
|
-
],
|
|
27
|
-
"description": "Provides hol.* registry broker tooling over MCP.",
|
|
28
|
-
"capabilities": [
|
|
29
|
-
"registry-search",
|
|
30
|
-
"registration",
|
|
31
|
-
"uaid"
|
|
32
|
-
],
|
|
33
|
-
"resources": [
|
|
34
|
-
{
|
|
35
|
-
"name": "hol.search.help",
|
|
36
|
-
"description": "Search usage info"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"tools": [
|
|
40
|
-
{
|
|
41
|
-
"name": "hol.search",
|
|
42
|
-
"description": "Discover agents"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "hol.registerAgent",
|
|
46
|
-
"description": "Register new agent"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"maintainer": "hol",
|
|
50
|
-
"repository": "https://github.com/hol/hashnet-mcp",
|
|
51
|
-
"docs": "https://hashgraphonline.com/docs"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"protocol": "mcp",
|
|
55
|
-
"communicationProtocol": "sse",
|
|
56
|
-
"registry": "hashgraph-online",
|
|
57
|
-
"metadata": {
|
|
58
|
-
"trustScore": 95,
|
|
59
|
-
"verified": true,
|
|
60
|
-
"avgLatency": 120,
|
|
61
|
-
"uptime": 99.9,
|
|
62
|
-
"provider": "Hashnet",
|
|
63
|
-
"category": "infrastructure",
|
|
64
|
-
"adapter": "rb",
|
|
65
|
-
"openConvAICompatible": true,
|
|
66
|
-
"customFields": {
|
|
67
|
-
"region": "iad"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"additionalRegistrySelections": [
|
|
72
|
-
"agentverse:global",
|
|
73
|
-
"openrouter:global"
|
|
74
|
-
],
|
|
75
|
-
"updateAdditionalRegistries": [
|
|
76
|
-
"agentverse:testnet"
|
|
77
|
-
],
|
|
78
|
-
"creditTopUp": {
|
|
79
|
-
"accountId": "0.0.123456",
|
|
80
|
-
"privateKey": "302e020100300506032b657004220420YOUR_HEDERA_PRIVATE_KEY",
|
|
81
|
-
"hbarAmount": 1.25,
|
|
82
|
-
"memo": "workflow.registerAgentAdvanced sample"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"payload": {
|
|
3
|
-
"profile": {
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"type": 2,
|
|
6
|
-
"display_name": "Hashnet MCP Server",
|
|
7
|
-
"alias": "hashnet-mcp",
|
|
8
|
-
"bio": "FastMCP wrapper around the Hashgraph Online Registry Broker.",
|
|
9
|
-
"socials": [
|
|
10
|
-
{
|
|
11
|
-
"platform": "github",
|
|
12
|
-
"handle": "hashgraphonline"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"mcpServer": {
|
|
16
|
-
"version": "1.0.0",
|
|
17
|
-
"connectionInfo": {
|
|
18
|
-
"url": "https://hashnet.example.com/mcp/stream",
|
|
19
|
-
"transport": "sse"
|
|
20
|
-
},
|
|
21
|
-
"services": [
|
|
22
|
-
0,
|
|
23
|
-
1,
|
|
24
|
-
2,
|
|
25
|
-
6
|
|
26
|
-
],
|
|
27
|
-
"description": "Provides hol.* registry broker tooling over MCP.",
|
|
28
|
-
"capabilities": [
|
|
29
|
-
"registry-search",
|
|
30
|
-
"registration",
|
|
31
|
-
"uaid"
|
|
32
|
-
],
|
|
33
|
-
"resources": [
|
|
34
|
-
{
|
|
35
|
-
"name": "hol.search.help",
|
|
36
|
-
"description": "Search usage info"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"tools": [
|
|
40
|
-
{
|
|
41
|
-
"name": "hol.search",
|
|
42
|
-
"description": "Discover agents"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "hol.registerAgent",
|
|
46
|
-
"description": "Register new agent"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"maintainer": "hol",
|
|
50
|
-
"repository": "https://github.com/hol/hashnet-mcp",
|
|
51
|
-
"docs": "https://hashgraphonline.com/docs"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"protocol": "mcp",
|
|
55
|
-
"communicationProtocol": "sse",
|
|
56
|
-
"registry": "hashgraph-online",
|
|
57
|
-
"metadata": {
|
|
58
|
-
"trustScore": 95,
|
|
59
|
-
"verified": true,
|
|
60
|
-
"avgLatency": 120,
|
|
61
|
-
"uptime": 99.9,
|
|
62
|
-
"provider": "Hashnet",
|
|
63
|
-
"category": "infrastructure",
|
|
64
|
-
"adapter": "rb",
|
|
65
|
-
"openConvAICompatible": true,
|
|
66
|
-
"customFields": {
|
|
67
|
-
"region": "iad"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"erc8004Networks": [
|
|
72
|
-
"erc-8004:mainnet",
|
|
73
|
-
"erc-8004:testnet"
|
|
74
|
-
],
|
|
75
|
-
"ledgerVerification": {
|
|
76
|
-
"challengeId": "challenge-demo",
|
|
77
|
-
"accountId": "0.0.123456",
|
|
78
|
-
"network": "testnet",
|
|
79
|
-
"signature": "SIGNATURE_PLACEHOLDER",
|
|
80
|
-
"signatureKind": "raw"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"payload": {
|
|
3
|
-
"profile": {
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"type": 2,
|
|
6
|
-
"display_name": "Hashnet MCP Server",
|
|
7
|
-
"alias": "hashnet-mcp",
|
|
8
|
-
"bio": "FastMCP wrapper around the Hashgraph Online Registry Broker.",
|
|
9
|
-
"socials": [
|
|
10
|
-
{
|
|
11
|
-
"platform": "github",
|
|
12
|
-
"handle": "hashgraphonline"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"mcpServer": {
|
|
16
|
-
"version": "1.0.0",
|
|
17
|
-
"connectionInfo": {
|
|
18
|
-
"url": "https://hashnet.example.com/mcp/stream",
|
|
19
|
-
"transport": "sse"
|
|
20
|
-
},
|
|
21
|
-
"services": [
|
|
22
|
-
0,
|
|
23
|
-
1,
|
|
24
|
-
2,
|
|
25
|
-
6
|
|
26
|
-
],
|
|
27
|
-
"description": "Provides hol.* registry broker tooling over MCP.",
|
|
28
|
-
"capabilities": [
|
|
29
|
-
"registry-search",
|
|
30
|
-
"registration",
|
|
31
|
-
"uaid"
|
|
32
|
-
],
|
|
33
|
-
"resources": [
|
|
34
|
-
{
|
|
35
|
-
"name": "hol.search.help",
|
|
36
|
-
"description": "Search usage info"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"tools": [
|
|
40
|
-
{
|
|
41
|
-
"name": "hol.search",
|
|
42
|
-
"description": "Discover agents"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "hol.registerAgent",
|
|
46
|
-
"description": "Register new agent"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"maintainer": "hol",
|
|
50
|
-
"repository": "https://github.com/hol/hashnet-mcp",
|
|
51
|
-
"docs": "https://hashgraphonline.com/docs"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"protocol": "mcp",
|
|
55
|
-
"communicationProtocol": "sse",
|
|
56
|
-
"registry": "hashgraph-online",
|
|
57
|
-
"metadata": {
|
|
58
|
-
"trustScore": 95,
|
|
59
|
-
"verified": true,
|
|
60
|
-
"avgLatency": 120,
|
|
61
|
-
"uptime": 99.9,
|
|
62
|
-
"provider": "Hashnet",
|
|
63
|
-
"category": "infrastructure",
|
|
64
|
-
"adapter": "rb",
|
|
65
|
-
"openConvAICompatible": true,
|
|
66
|
-
"customFields": {
|
|
67
|
-
"region": "iad"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"payload": {
|
|
3
|
-
"profile": {
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"type": 2,
|
|
6
|
-
"display_name": "Hashnet MCP Server",
|
|
7
|
-
"alias": "hashnet-mcp",
|
|
8
|
-
"bio": "FastMCP wrapper around the Hashgraph Online Registry Broker.",
|
|
9
|
-
"socials": [
|
|
10
|
-
{
|
|
11
|
-
"platform": "github",
|
|
12
|
-
"handle": "hashgraphonline"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"mcpServer": {
|
|
16
|
-
"version": "1.0.0",
|
|
17
|
-
"connectionInfo": {
|
|
18
|
-
"url": "https://hashnet.example.com/mcp/stream",
|
|
19
|
-
"transport": "sse"
|
|
20
|
-
},
|
|
21
|
-
"services": [
|
|
22
|
-
0,
|
|
23
|
-
1,
|
|
24
|
-
2,
|
|
25
|
-
6
|
|
26
|
-
],
|
|
27
|
-
"description": "Provides hol.* registry broker tooling over MCP.",
|
|
28
|
-
"capabilities": [
|
|
29
|
-
"registry-search",
|
|
30
|
-
"registration",
|
|
31
|
-
"uaid"
|
|
32
|
-
],
|
|
33
|
-
"resources": [
|
|
34
|
-
{
|
|
35
|
-
"name": "hol.search.help",
|
|
36
|
-
"description": "Search usage info"
|
|
37
|
-
}
|
|
38
|
-
],
|
|
39
|
-
"tools": [
|
|
40
|
-
{
|
|
41
|
-
"name": "hol.search",
|
|
42
|
-
"description": "Discover agents"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"name": "hol.registerAgent",
|
|
46
|
-
"description": "Register new agent"
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"maintainer": "hol",
|
|
50
|
-
"repository": "https://github.com/hol/hashnet-mcp",
|
|
51
|
-
"docs": "https://hashgraphonline.com/docs"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"protocol": "mcp",
|
|
55
|
-
"communicationProtocol": "sse",
|
|
56
|
-
"registry": "hashgraph-online",
|
|
57
|
-
"metadata": {
|
|
58
|
-
"trustScore": 95,
|
|
59
|
-
"verified": true,
|
|
60
|
-
"avgLatency": 120,
|
|
61
|
-
"uptime": 99.9,
|
|
62
|
-
"provider": "Hashnet",
|
|
63
|
-
"category": "infrastructure",
|
|
64
|
-
"adapter": "rb",
|
|
65
|
-
"openConvAICompatible": true,
|
|
66
|
-
"customFields": {
|
|
67
|
-
"region": "iad"
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"x402": {
|
|
72
|
-
"accountId": "0.0.123456",
|
|
73
|
-
"credits": 300,
|
|
74
|
-
"evmPrivateKey": "0xYOUR_EVM_PRIVATE_KEY",
|
|
75
|
-
"ledgerVerification": {
|
|
76
|
-
"challengeId": "challenge-demo",
|
|
77
|
-
"accountId": "0.0.123456",
|
|
78
|
-
"network": "testnet",
|
|
79
|
-
"signature": "SIGNED_LEDGER_CHALLENGE"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"chatMessage": "Ping after registration"
|
|
83
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"accountId": "0.0.123456",
|
|
3
|
-
"credits": 250,
|
|
4
|
-
"description": "Sample X402 purchase",
|
|
5
|
-
"evmPrivateKey": "0xYOUR_EVM_PRIVATE_KEY",
|
|
6
|
-
"network": "base-sepolia",
|
|
7
|
-
"ledgerVerification": {
|
|
8
|
-
"challengeId": "challenge-demo",
|
|
9
|
-
"accountId": "0.0.123456",
|
|
10
|
-
"network": "testnet",
|
|
11
|
-
"signature": "SIGNED_LEDGER_CHALLENGE"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
File without changes
|