mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
13 lines
366 B
Python
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__"]
|