agent-passport-system-mcp 2.9.0 → 2.9.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 +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  MCP server for the [Agent Passport System](https://github.com/aeoess/agent-passport-system) — cryptographic identity, delegation, governance, and commerce for AI agents.
10
10
 
11
- **61 tools** across all 36 protocol modules. Works with any MCP client: Claude Desktop, Cursor, Windsurf, and more.
11
+ **72 tools** across all 37 protocol modules. Works with any MCP client: Claude Desktop, Cursor, Windsurf, and more.
12
12
 
13
13
  ## Quick Start
14
14
 
@@ -27,7 +27,7 @@ npm install -g agent-passport-system-mcp
27
27
  npx agent-passport-system-mcp setup
28
28
  ```
29
29
 
30
- Auto-configures Claude Desktop and Cursor. Restart your AI client. 61 tools ready.
30
+ Auto-configures Claude Desktop and Cursor. Restart your AI client. 72 tools ready.
31
31
 
32
32
  <details>
33
33
  <summary>Manual config (if setup doesn't detect your client)</summary>
@@ -204,7 +204,7 @@ Layer 1 — Agent Passport Protocol (Ed25959 identity)
204
204
 
205
205
  ## Links
206
206
 
207
- - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v1.18.0, 894 tests)
207
+ - npm SDK: [agent-passport-system](https://www.npmjs.com/package/agent-passport-system) (v1.19.0, 1073 tests)
208
208
  - Python SDK: [agent-passport-system](https://pypi.org/project/agent-passport-system/) (v0.4.0, 86 tests)
209
209
  - Paper: [doi.org/10.5281/zenodo.18749779](https://doi.org/10.5281/zenodo.18749779)
210
210
  - Docs: [aeoess.com/llms-full.txt](https://aeoess.com/llms-full.txt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-passport-system-mcp",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "mcpName": "io.github.aeoess/agent-passport-mcp",
5
5
  "description": "MCP server for Agent Passport System — cryptographic identity, delegation, governance, and deliberation for AI agents",
6
6
  "type": "module",
@@ -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.18.0",
52
+ "agent-passport-system": "^1.19.0",
53
53
  "zod": "^3.25.0"
54
54
  },
55
55
  "devDependencies": {