agent-passport-system-mcp 2.22.2 → 2.23.0

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 +6 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,20 +6,19 @@
6
6
  <img width="380" height="200" src="https://glama.ai/mcp/servers/@aeoess/agent-passport-system-mcp/badge" />
7
7
  </a>
8
8
 
9
- 20 essential tools for AI agent governance. Identity, delegation, enforcement, commerce, reputation.
9
+ Enforcement and accountability layer for AI agents. Bring your own identity. 20 essential tools by default: identity, delegation, enforcement, commerce, reputation.
10
10
 
11
11
  ```bash
12
- npx agent-passport-system-mcp
12
+ APS_PROFILE=essential npx agent-passport-system-mcp
13
13
  ```
14
14
 
15
- Set `APS_PROFILE=essential` for 20 core tools (recommended).
16
- Set `APS_PROFILE=full` for all 132 tools.
15
+ `essential` is the default profile — the 20 tools 90% of integrations need. Set `APS_PROFILE=full` for all 132 tools.
17
16
 
18
- Available profiles: essential, identity, governance, coordination, commerce, data, gateway, comms, minimal, full.
17
+ Available profiles: essential (default), identity, governance, coordination, commerce, data, gateway, comms, minimal, full.
19
18
 
20
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).
21
20
 
22
- 132 tools across 103 modules (71 core + 32 v2 constitutional governance). Works with any MCP client: Claude Desktop, Claude Code, Cursor, Windsurf, and more. 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`: 132 tools across 103 modules (71 core + 32 v2 constitutional governance). Independently cited by [PDR in Production (Nanook & Gerundium, UBC)](https://doi.org/10.5281/zenodo.19323172).
23
22
 
24
23
  ## Quick Start
25
24
 
@@ -217,7 +216,7 @@ Layer 1 — Agent Passport Protocol (Ed25519 identity)
217
216
 
218
217
  ## Links
219
218
 
220
- - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v1.39.0, 2468 tests)
219
+ - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v1.41.0, 2764 tests)
221
220
  - Python SDK: [agent-passport-system](https://pypi.org/project/agent-passport-system/) (v0.8.0)
222
221
  - Paper (Protocol): [doi.org/10.5281/zenodo.18749779](https://doi.org/10.5281/zenodo.18749779)
223
222
  - Paper (Faceted Narrowing): [doi.org/10.5281/zenodo.19260073](https://doi.org/10.5281/zenodo.19260073)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "agent-passport-system-mcp",
3
- "version": "2.22.2",
3
+ "version": "2.23.0",
4
4
  "mcpName": "io.github.aeoess/agent-passport-mcp",
5
- "description": "MCP server for the Agent Passport System — enforcement infrastructure for the agent economy. 132 tools across 103 modules. Policy eval <2ms. Identity, delegation, reputation, enforcement, attestation, feeless Nano wallet, commerce.",
5
+ "description": "MCP server for the Agent Passport System — enforcement infrastructure for the agent economy. 132 tools across 103 modules. Policy eval <2ms. Identity, delegation, reputation, enforcement, attestation, feeless Nano wallet, commerce. Tracks SDK v1.41.0 (2,764 tests).",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "agent-passport-system-mcp": "./build/bin.js",
@@ -49,7 +49,7 @@
49
49
  "homepage": "https://github.com/aeoess/agent-passport-mcp",
50
50
  "dependencies": {
51
51
  "@modelcontextprotocol/sdk": "^1.27.1",
52
- "agent-passport-system": "^1.38.0",
52
+ "agent-passport-system": "^1.41.0",
53
53
  "zod": "^3.25.76"
54
54
  },
55
55
  "devDependencies": {