@aegis-scan/mcp-server 0.16.3 → 0.16.4

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aegis-scan/mcp-server",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "AEGIS MCP server — exposes scan / findings / score / compliance / fix-suggestion tools to any Model Context Protocol agent (Claude Code, Cursor, Continue, Zed). Five registered tools: aegis_scan, aegis_findings, aegis_score, aegis_compliance, aegis_fix_suggestion.",
5
5
  "license": "MIT",
6
6
  "author": "RideMatch1 <230386010+RideMatch1@users.noreply.github.com>",
@@ -46,8 +46,8 @@
46
46
  "dependencies": {
47
47
  "@modelcontextprotocol/sdk": "^1.0.0",
48
48
  "zod": "^3.23.0",
49
- "@aegis-scan/core": "0.16.3",
50
- "@aegis-scan/scanners": "0.16.3"
49
+ "@aegis-scan/scanners": "0.16.4",
50
+ "@aegis-scan/core": "0.16.4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/node": "^22.0.0",