@aipermission/mcp 0.2.47 → 0.2.49

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/package.json +4 -3
  2. package/server.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aipermission/mcp",
3
- "version": "0.2.47",
3
+ "version": "0.2.49",
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",
@@ -32,7 +32,8 @@
32
32
  "format:check": "prettier --check \"src/**/*.js\" \"test/**/*.js\" \"scripts/**/*.js\"",
33
33
  "lint": "eslint src test scripts",
34
34
  "prepack": "npm run build",
35
- "test": "npm run build && node --test test/*.test.js",
35
+ "test": "npm run build && node scripts/run-tests.js",
36
+ "test:windows-acl": "node scripts/run-windows-acl-tests.js",
36
37
  "start": "node dist/cli.js",
37
38
  "dev": "node src/cli.js"
38
39
  },
@@ -54,7 +55,7 @@
54
55
  },
55
56
  "devDependencies": {
56
57
  "@eslint/js": "^10.0.1",
57
- "eslint": "^10.9.1",
58
+ "eslint": "^10.10.0",
58
59
  "globals": "^17.11.0",
59
60
  "prettier": "^3.9.6"
60
61
  }
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.47",
6
+ "version": "0.2.49",
7
7
  "packages": [
8
8
  {
9
9
  "registryType": "npm",
10
10
  "identifier": "@aipermission/mcp",
11
- "version": "0.2.47",
11
+ "version": "0.2.49",
12
12
  "transport": {
13
13
  "type": "stdio"
14
14
  }