We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cee44 commit 4b71ed8Copy full SHA for 4b71ed8
CHANGELOG.md
@@ -37,3 +37,4 @@
37
- `0.3.15-19` Signed macos releases
38
- `0.3.20` Direct scanning, improved URL handling for other endpoints
39
- `0.3.21` Fix: handle paths with spaces; updated mcp library dependency
40
+- `0.3.22` Fix: support more than 100 tools; allow specifying a version when scanning a package
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-scan"
3
-version = "0.3.21"
+version = "0.3.22"
4
description = "MCP Scan tool"
5
readme = "README.md"
6
license = {text = "Apache-2.0"}
0 commit comments