chore(mcp_server): bump MCP Server package version to 0.4.0 (#10171)

This commit is contained in:
Rubén De la Torre Vico
2026-02-25 11:31:35 +01:00
committed by GitHub
parent 964cc45b14
commit 7077a56331
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ This package provides MCP tools for accessing:
- Prowler Hub: All security artifacts (detections, remediations and frameworks) supported by Prowler
"""
__version__ = "0.3.0"
__version__ = "0.4.0"
__author__ = "Prowler Team"
__email__ = "engineering@prowler.com"
+1 -1
View File
@@ -11,7 +11,7 @@ description = "MCP server for Prowler ecosystem"
name = "prowler-mcp"
readme = "README.md"
requires-python = ">=3.12"
version = "0.3.0"
version = "0.4.0"
[project.scripts]
prowler-mcp = "prowler_mcp_server.main:main"