We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964cc45 commit 7077a56Copy full SHA for 7077a56
mcp_server/prowler_mcp_server/__init__.py
@@ -5,7 +5,7 @@
5
- Prowler Hub: All security artifacts (detections, remediations and frameworks) supported by Prowler
6
"""
7
8
-__version__ = "0.3.0"
+__version__ = "0.4.0"
9
__author__ = "Prowler Team"
10
__email__ = "engineering@prowler.com"
11
mcp_server/pyproject.toml
@@ -11,7 +11,7 @@ description = "MCP server for Prowler ecosystem"
name = "prowler-mcp"
12
readme = "README.md"
13
requires-python = ">=3.12"
14
-version = "0.3.0"
+version = "0.4.0"
15
16
[project.scripts]
17
prowler-mcp = "prowler_mcp_server.main:main"
0 commit comments