Skip to content

Commit 855b126

Browse files
committed
release
1 parent a3180e4 commit 855b126

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
- `0.1.16` Fix when handling tools or args that contain dots.
1818
- `0.1.17` Fix single server would throw an error.
1919
- `0.2.1` `mcp-scan proxy` for live MCP call scanning, [MCP guardrails](https://explorer.invariantlabs.ai/docs/mcp-scan/guardrails/); removed NPM support
20+
- `0.2.2` Fix bug with non-serializable exceptions. Move cross reference analysis to server-side. Now supports fuzzy similarity. Support `streamable-http` as transport.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-scan"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "MCP Scan tool"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)