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.
2 parents 361081f + 98d7883 commit bfcf969Copy full SHA for bfcf969
CHANGELOG.md
@@ -46,3 +46,4 @@
46
- `0.3.28` Support unknown MCP configurations
47
- `0.3.29` Add `evo` command to push scan results to Snyk Evo
48
- `0.3.30` Add `--skip-ssl-verify` flag to skip SSL cert verification
49
+- `0.3.31` Add metadata on push and more detailed error logging
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-scan"
3
-version = "0.3.30"
+version = "0.3.31"
4
description = "MCP Scan tool"
5
readme = "README.md"
6
license = {text = "Apache-2.0"}
0 commit comments