phoenix-mcp-server 1.0.0 → 1.0.1
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/package.json +2 -1
- package/server.json +20 -12
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phoenix-mcp-server",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.kant19801201behax5/phoenix-mcp-server",
|
|
4
|
+
"version": "1.0.1",
|
|
4
5
|
"description": "MCP server for Phoenix Zero L2 health oracle — kernel-level network telemetry for AI agents",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
package/server.json
CHANGED
|
@@ -1,18 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "io.github.kant19801201behax5/phoenix-mcp-server",
|
|
4
|
+
"title": "Phoenix Zero — L2 Health Oracle",
|
|
5
|
+
"description": "Pre-flight L2 health check using kernel-level eBPF telemetry. PASS/DEGRADED/FAIL verdict.",
|
|
6
|
+
"repository": {
|
|
7
|
+
"url": "https://github.com/kant19801201behax5/x402-health-oracle",
|
|
8
|
+
"source": "github"
|
|
9
|
+
},
|
|
10
|
+
"version": "1.0.1",
|
|
11
|
+
"packages": [
|
|
12
|
+
{
|
|
13
|
+
"registryType": "npm",
|
|
14
|
+
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
|
+
"identifier": "phoenix-mcp-server",
|
|
16
|
+
"version": "1.0.1",
|
|
17
|
+
"transport": { "type": "stdio" }
|
|
18
|
+
}
|
|
19
|
+
],
|
|
8
20
|
"tools": [
|
|
9
21
|
{
|
|
10
22
|
"name": "preflight_network_health",
|
|
11
|
-
"description": "Determine whether an L2 network is
|
|
23
|
+
"description": "Determine whether an L2 network is suitable for transaction execution using kernel-level telemetry."
|
|
12
24
|
}
|
|
13
|
-
]
|
|
14
|
-
"prompts": [],
|
|
15
|
-
"resources": [],
|
|
16
|
-
"categories": ["defi", "infrastructure", "security"],
|
|
17
|
-
"tags": ["l2", "sequencer", "health", "oracle", "ebpf", "x402", "preflight", "agent"]
|
|
25
|
+
]
|
|
18
26
|
}
|