@panguard-ai/panguard-mcp 1.7.2 → 1.8.0

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 +18 -0
  2. package/package.json +5 -5
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # @panguard-ai/panguard-mcp
2
+
3
+ MCP server for Panguard AI — control security from Claude, Cursor, and other AI agents.
4
+
5
+ Integrate Panguard directly into your AI workflow:
6
+
7
+ - Real-time threat status
8
+ - Policy enforcement controls
9
+ - Evidence and alert management
10
+ - Native Claude and Cursor integration
11
+
12
+ Part of the **PanGuard Community** suite — 100% free and open source (MIT).
13
+
14
+ ```bash
15
+ npm install @panguard-ai/panguard-mcp
16
+ ```
17
+
18
+ **License**: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panguard-ai/panguard-mcp",
3
- "version": "1.7.2",
3
+ "version": "1.8.0",
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/core": "1.7.2",
37
- "@panguard-ai/panguard-skill-auditor": "1.7.2",
38
- "@panguard-ai/panguard-guard": "1.7.2",
39
- "@panguard-ai/panguard-scan": "1.7.2"
36
+ "@panguard-ai/core": "1.8.0",
37
+ "@panguard-ai/panguard-scan": "1.8.0",
38
+ "@panguard-ai/panguard-guard": "1.8.0",
39
+ "@panguard-ai/panguard-skill-auditor": "1.8.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.14.0",