From d7ed9048fbce4505d355694598f097949d6cf3f6 Mon Sep 17 00:00:00 2001 From: chaksaray Date: Sun, 24 May 2026 00:49:17 +0700 Subject: [PATCH] feat: update mcp v1.2.2 --- README.md | 2 ++ server.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9724c14..b10782f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # Bawbel Scanner + + **The only open-source scanner that produces OWASP AIVSS scores for MCP servers and skill files. Never executes code.** diff --git a/server.json b/server.json index 6184728..d40c977 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.bawbel/scanner", "title": "Bawbel Scanner", "description": "Security scanner for MCP servers and skill files. Detects AVE vulnerabilities before production.", - "version": "1.1.1", + "version": "1.2.2", "repository": { "url": "https://github.com/bawbel/scanner", "source": "github" @@ -13,7 +13,7 @@ "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "bawbel-scanner", - "version": "1.1.1", + "version": "1.2.2", "runtimeHint": "uvx", "transport": { "type": "stdio" @@ -38,7 +38,7 @@ "vulnerability" ], "threat_intel_api": "https://api.piranha.bawbel.io", - "ave_records": 45, + "ave_records": 48, "owasp_mcp_mapping": true } }