agent-passport-system-mcp 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +8 -4
package/README.md CHANGED
@@ -18,7 +18,7 @@ Available profiles: essential (default), identity, governance, coordination, com
18
18
 
19
19
  > **For AI agents:** visit [aeoess.com/llms.txt](https://aeoess.com/llms.txt) for machine-readable documentation or [llms-full.txt](https://aeoess.com/llms-full.txt) for the complete technical reference. MCP discovery: [.well-known/mcp.json](https://aeoess.com/.well-known/mcp.json).
20
20
 
21
- Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and more. Full surface area under `APS_PROFILE=full`: 150 tools across the protocol surface, including Wave 1 accountability primitives (Ed25519 ActionReceipt, AuthorityBoundaryReceipt, CustodyReceipt, ContestabilityReceipt, APSBundle, RFC 8785 JCS canonicalized and byte-match across implementations). Independently cited by [PDR in Production (Nanook & Gerundium, UBC)](https://doi.org/10.5281/zenodo.19323172).
21
+ Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and more. Full surface area under `APS_PROFILE=full`: 150 tools across the protocol surface, including Wave 1 accountability primitives (Ed25519 ActionReceipt, AuthorityBoundaryReceipt, CustodyReceipt, ContestabilityReceipt, APSBundle, strict RFC 8785 JCS for interop-facing receipts, byte-match across implementations). Independently cited by [PDR in Production preprint (Nanook & Gerundium)](https://doi.org/10.5281/zenodo.19323172).
22
22
 
23
23
  ## Quick Start
24
24
 
@@ -216,7 +216,7 @@ Layer 1 — Agent Passport Protocol (Ed25519 identity)
216
216
 
217
217
  ## Links
218
218
 
219
- - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v2.6.0-alpha.2, 2,884 tests)
219
+ - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v2.6.0-alpha.3, 2,884 tests)
220
220
  - Python SDK: [agent-passport-system](https://pypi.org/project/agent-passport-system/) (v2.4.0a2 pre-release; v2.3.0 stable)
221
221
  - Paper (Social Contract): [doi.org/10.5281/zenodo.18749779](https://doi.org/10.5281/zenodo.18749779)
222
222
  - Paper (Monotonic Narrowing): [doi.org/10.5281/zenodo.18932404](https://doi.org/10.5281/zenodo.18932404)
@@ -226,7 +226,7 @@ Layer 1 — Agent Passport Protocol (Ed25519 identity)
226
226
  - Paper (Governance in the Medium): [doi.org/10.5281/zenodo.19582550](https://doi.org/10.5281/zenodo.19582550)
227
227
  - Paper (Cognitive Attestation): [doi.org/10.5281/zenodo.19646276](https://doi.org/10.5281/zenodo.19646276)
228
228
  - Paper (The Evidence-Safety Gap): [doi.org/10.5281/zenodo.19914628](https://doi.org/10.5281/zenodo.19914628)
229
- - IETF Internet-Draft: `draft-pidlisnyi-aps-00`
229
+ - IETF Internet-Draft: `draft-pidlisnyi-aps-01`
230
230
  - Docs: [aeoess.com/llms-full.txt](https://aeoess.com/llms-full.txt)
231
231
  - Agora: [aeoess.com/agora.html](https://aeoess.com/agora.html)
232
232
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "agent-passport-system-mcp",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "mcpName": "io.github.aeoess/agent-passport-mcp",
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.6.0-alpha.2 (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.",
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.6.0-alpha.3 (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",
7
7
  "bin": {
8
8
  "agent-passport-system-mcp": "./build/bin.js",
@@ -20,6 +20,7 @@
20
20
  "inspector": "npx @modelcontextprotocol/inspector build/index.js",
21
21
  "prepublishOnly": "npm run build && npm test",
22
22
  "postinstall": "echo '\\n🔑 Agent Passport MCP installed! Run: npx agent-passport-system-mcp setup\\n Or for zero-install remote: npx agent-passport-system-mcp setup --remote\\n'",
23
+ "postversion": "if [ -f ~/aeoess_web/scripts/sync-project-state.mjs ]; then node ~/aeoess_web/scripts/sync-project-state.mjs mcp $npm_package_version; else echo 'postversion: ~/aeoess_web/scripts/sync-project-state.mjs not found, skipping project-state sync'; fi",
23
24
  "postpublish": "cd ~/aeoess_web && node scripts/propagate.mjs --apply --commit 2>/dev/null || echo 'Propagation skipped (aeoess_web not found)'"
24
25
  },
25
26
  "keywords": [
@@ -50,11 +51,14 @@
50
51
  "homepage": "https://github.com/aeoess/agent-passport-mcp",
51
52
  "dependencies": {
52
53
  "@modelcontextprotocol/sdk": "^1.27.1",
53
- "agent-passport-system": "^2.5.0-alpha",
54
+ "agent-passport-system": "^2.6.0-alpha",
54
55
  "zod": "^3.25.76"
55
56
  },
57
+ "overrides": {
58
+ "fast-uri": ">=3.1.2"
59
+ },
56
60
  "devDependencies": {
57
- "@types/node": "^22.19.17",
61
+ "@types/node": "^22.19.19",
58
62
  "typescript": "^5.9.3"
59
63
  },
60
64
  "engines": {