chore(mcp): bump MCP server version to 0.5.0 (#10383)

This commit is contained in:
Rubén De la Torre Vico
2026-03-19 10:47:46 +01:00
committed by GitHub
parent 0f2fdcfb3f
commit 5c4ee0bc48
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
All notable changes to the **Prowler MCP Server** are documented in this file.
## [0.5.0] (Prowler v5.20.0 UNRELEASED)
## [0.5.0] (Prowler v5.20.0)
### 🚀 Added

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.4.0"
__version__ = "0.5.0"
__author__ = "Prowler Team"
__email__ = "engineering@prowler.com"

View File

@@ -11,7 +11,7 @@ description = "MCP server for Prowler ecosystem"
name = "prowler-mcp"
readme = "README.md"
requires-python = ">=3.12"
version = "0.4.0"
version = "0.5.0"
[project.scripts]
prowler-mcp = "prowler_mcp_server.main:main"

2
mcp_server/uv.lock generated
View File

@@ -717,7 +717,7 @@ wheels = [
[[package]]
name = "prowler-mcp"
version = "0.3.0"
version = "0.5.0"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },