Files
prowler/mcp_server/prowler_mcp_server/__init__.py
2025-12-23 12:27:08 +01:00

13 lines
366 B
Python

"""
Prowler MCP - Model Context Protocol server for Prowler ecosystem
This package provides MCP tools for accessing:
- Prowler Hub: All security artifacts (detections, remediations and frameworks) supported by Prowler
"""
__version__ = "0.3.0"
__author__ = "Prowler Team"
__email__ = "engineering@prowler.com"
__all__ = ["__version__", "__author__", "__email__"]