@helloaigent-dev/subscriber
Advanced tools
+1
-1
| // Independent envelope verification for the reference subscriber. | ||
| // Deliberately does NOT share code with the Hello Aigent server: this package | ||
| // re-implements RFC 8785 JCS canonicalization + Ed25519 verification so it | ||
| // independently checks what publishers actually serve against the published spec. | ||
| // independently checks what publishers actually serve. | ||
| export function jcsCanonicalize(value) { | ||
@@ -6,0 +6,0 @@ if (value === undefined) |
+2
-1
| { | ||
| "name": "@helloaigent-dev/subscriber", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "mcpName": "io.github.akillam/helloaigent-subscriber", | ||
| "description": "Hello Aigent reference subscriber — an MCP server that lets any agent subscribe to any Hello Aigent feed, fetch signed updates, verify them, and act.", | ||
@@ -5,0 +6,0 @@ "license": "MIT", |
16225
0.19%