Skip to content

Commit 7077a56

Browse files
authored
chore(mcp_server): bump MCP Server package version to 0.4.0 (#10171)
1 parent 964cc45 commit 7077a56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcp_server/prowler_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Prowler Hub: All security artifacts (detections, remediations and frameworks) supported by Prowler
66
"""
77

8-
__version__ = "0.3.0"
8+
__version__ = "0.4.0"
99
__author__ = "Prowler Team"
1010
__email__ = "engineering@prowler.com"
1111

mcp_server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description = "MCP server for Prowler ecosystem"
1111
name = "prowler-mcp"
1212
readme = "README.md"
1313
requires-python = ">=3.12"
14-
version = "0.3.0"
14+
version = "0.4.0"
1515

1616
[project.scripts]
1717
prowler-mcp = "prowler_mcp_server.main:main"

0 commit comments

Comments
 (0)