agent-passport-system-mcp 3.2.3 → 3.2.4

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-passport-system-mcp",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "mcpName": "io.github.aeoess/agent-passport-mcp",
5
5
  "description": "MCP server for the Agent Passport System - protocol-layer tools only. 150 tools (132 protocol + 10 gateway deprecation stubs). Identity, delegation, reputation, attestation, coordination, commerce, attribution primitive, attribution settlement. Tracks SDK v2.9.0 (Wave 1 accountability primitives + Phase 4.1 payment rails shipped in SDK; MCP rail-tool exposure deferred). For gateway-runtime tools (ProxyGateway, AgentContext, DataEnforcementGate), use gateway.aeoess.com REST API or pin to v3.1.x.",
6
6
  "type": "module",
@@ -54,7 +54,8 @@
54
54
  "zod": "^3.25.76"
55
55
  },
56
56
  "overrides": {
57
- "fast-uri": ">=3.1.2"
57
+ "fast-uri": ">=3.1.2",
58
+ "hono": "^4.12.27"
58
59
  },
59
60
  "devDependencies": {
60
61
  "@types/node": "^22.19.19",