From 5f4fc13ff93c169c3c9e84b46b04f205f7fa2e52 Mon Sep 17 00:00:00 2001 From: chaksaray Date: Sun, 24 May 2026 01:52:57 +0700 Subject: [PATCH] chore: add mcp-naem marker for MCP registry verification --- README.md | 2 ++ pyproject.toml | 2 +- scanner/__init__.py | 2 +- server.json | 4 ++-- 4 files changed, 6 insertions(+), 4 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/pyproject.toml b/pyproject.toml index 943c1bc..58d49e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" # ── Project metadata ────────────────────────────────────────────────────────── [project] name = "bawbel-scanner" -version = "1.2.2" +version = "1.2.3" description = "Agentic AI component security scanner. Detects AVE vulnerabilities. Produces OWASP AIVSS v0.8 scores." readme = "README.md" license = { text = "Apache-2.0" } diff --git a/scanner/__init__.py b/scanner/__init__.py index 8ca97ea..ac4aa8e 100644 --- a/scanner/__init__.py +++ b/scanner/__init__.py @@ -14,7 +14,7 @@ Breaking changes (removing/renaming public API) require a major version bump. """ -__version__ = "1.2.2" +__version__ = "1.2.3" __author__ = "Bawbel " __license__ = "Apache-2.0" diff --git a/server.json b/server.json index 6184728..3777891 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.3", "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.3", "runtimeHint": "uvx", "transport": { "type": "stdio"