@aipermission/mcp 0.2.31 → 0.2.32
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 +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ The generated MCP config contains a bearer token. Keep it private. For project-l
|
|
|
42
42
|
"mcpServers": {
|
|
43
43
|
"aipermission": {
|
|
44
44
|
"command": "npx",
|
|
45
|
-
"args": ["-y", "@aipermission/mcp@0.2.
|
|
45
|
+
"args": ["-y", "@aipermission/mcp@0.2.32"],
|
|
46
46
|
"env": {
|
|
47
47
|
"NODE_ENV": "production",
|
|
48
48
|
"AIPERMISSION_API_URL": "http://localhost:3210",
|
package/package.json
CHANGED
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.
|
|
6
|
+
"version": "0.2.32",
|
|
7
7
|
"packages": [
|
|
8
8
|
{
|
|
9
9
|
"registryType": "npm",
|
|
10
10
|
"identifier": "@aipermission/mcp",
|
|
11
|
-
"version": "0.2.
|
|
11
|
+
"version": "0.2.32",
|
|
12
12
|
"transport": {
|
|
13
13
|
"type": "stdio"
|
|
14
14
|
}
|