@aipermission/mcp 0.2.40 → 0.2.42

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.
package/README.md CHANGED
@@ -69,7 +69,7 @@ token in the AIPermission UI.
69
69
  "mcpServers": {
70
70
  "aipermission": {
71
71
  "command": "npx",
72
- "args": ["-y", "@aipermission/mcp@0.2.40"],
72
+ "args": ["-y", "@aipermission/mcp@VERSION"],
73
73
  "env": {
74
74
  "NODE_ENV": "production",
75
75
  "AIPERMISSION_API_URL": "http://localhost:3210",
@@ -80,8 +80,8 @@ token in the AIPermission UI.
80
80
  }
81
81
  ```
82
82
 
83
- Replace `VERSION` with the release you intend to pin. The setup command does
84
- this automatically.
83
+ Replace `VERSION` with the exact release you intend to pin. The setup command
84
+ does this automatically.
85
85
 
86
86
  ## Tools
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aipermission/mcp",
3
- "version": "0.2.40",
3
+ "version": "0.2.42",
4
4
  "mcpName": "io.github.aipermission/aipermission-mcp",
5
5
  "description": "Local-first MCP bridge for the aipermission gateway.",
6
6
  "license": "AGPL-3.0-only",
package/server.json CHANGED
@@ -3,12 +3,12 @@
3
3
  "name": "io.github.aipermission/aipermission-mcp",
4
4
  "title": "AIPermission",
5
5
  "description": "Local-first MCP bridge for the AIPermission gateway.",
6
- "version": "0.2.40",
6
+ "version": "0.2.42",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "@aipermission/mcp",
11
- "version": "0.2.40",
11
+ "version": "0.2.42",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }