diff --git a/CHANGELOG.md b/CHANGELOG.md index ee7cd8c3..15b9dca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.20] + +### Fixed + +- OAuth-enabled HTTP deployments now accept `sktsec_` Socket API tokens sent + via `Authorization: Bearer `. + ## [0.0.19] ### Changed diff --git a/manifest.json b/manifest.json index a0f13b74..b7be1259 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": "0.2", "name": "Socket", - "version": "0.0.13", + "version": "0.0.20", "description": "Socket MCP server for scanning dependencies", "long_description": "__Secure your code by default.__\nThe Socket MCP server brings powerful, real-time dependency scanning directly into Claude. Instantly audit packages from npm, PyPI, Cargo, Maven, NuGet, RubyGems, Go Modules, and more—right inside your chats—with zero setup. Built on the Model Context Protocol (MCP), this extension automatically evaluates packages for:\n - Vulnerabilities and malware\n - Supply chain risks\n - Code quality and maintenance\n - License compliance\n\n With a single command, Claude will return detailed security scores (0–100) across five critical dimensions—helping you make informed decisions and avoid risky dependencies before they hit production.", "author": { diff --git a/package.json b/package.json index 723fec00..a6e1b425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/mcp", - "version": "0.0.19", + "version": "0.0.20", "description": "Socket MCP server for scanning dependencies", "keywords": [], "homepage": "https://github.com/SocketDev/socket-mcp#readme",