@panguard-ai/panguard-mcp 1.8.21 → 1.8.23

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.
@@ -102,7 +102,7 @@ When the user asks about security, skill auditing, or threat protection:
102
102
  If panguard is not installed, install it:
103
103
 
104
104
  ```bash
105
- npm install -g @panguard-ai/panguard
105
+ npm install -g panguard
106
106
  ```
107
107
 
108
108
  Then configure for all AI agent platforms:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panguard-ai/panguard-mcp",
3
- "version": "1.8.21",
3
+ "version": "1.8.23",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,10 +33,10 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@modelcontextprotocol/sdk": "^1.12.0",
36
+ "@panguard-ai/panguard-guard": "1.8.23",
37
+ "@panguard-ai/panguard-skill-auditor": "1.8.19",
36
38
  "@panguard-ai/core": "1.8.14",
37
- "@panguard-ai/panguard-scan": "1.8.19",
38
- "@panguard-ai/panguard-guard": "1.8.21",
39
- "@panguard-ai/panguard-skill-auditor": "1.8.19"
39
+ "@panguard-ai/panguard-scan": "1.8.19"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.14.0",