mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
chore(mcp): add changelog with first version (#8884)
This commit is contained in:
committed by
GitHub
parent
564ad56d2f
commit
20314cad8c
@@ -13,7 +13,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
env:
|
env:
|
||||||
MONITORED_FOLDERS: "api ui prowler dashboard"
|
MONITORED_FOLDERS: "api ui prowler mcp_server"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
|
|||||||
15
mcp_server/CHANGELOG.md
Normal file
15
mcp_server/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Prowler MCP Server Changelog
|
||||||
|
|
||||||
|
All notable changes to the **Prowler MCP Server** are documented in this file.
|
||||||
|
|
||||||
|
## [0.1.0] (Prowler UNRELEASED)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Initial release of Prowler MCP Server [(#8695)](https://github.com/prowler-cloud/prowler/pull/8695)
|
||||||
|
- Set appropiate user-agent in requests [(#8724)](https://github.com/prowler-cloud/prowler/pull/8724)
|
||||||
|
- Basic logger functionality [(#8740)](https://github.com/prowler-cloud/prowler/pull/8740)
|
||||||
|
- Add new MCP Server for Prowler Cloud and Prowler App (Self-Managed) APIs [(#8744)](https://github.com/prowler-cloud/prowler/pull/8744)
|
||||||
|
- HTTP transport support [(#8784)](https://github.com/prowler-cloud/prowler/pull/8784)
|
||||||
|
- Add new MCP Server for Prowler Documentation [(#8795)](https://github.com/prowler-cloud/prowler/pull/8795)
|
||||||
|
- API key support for STDIO mode and enhanced HTTP mode authentication [(#8823)](https://github.com/prowler-cloud/prowler/pull/8823)
|
||||||
|
- Add health check endpoint [(#8905)](https://github.com/prowler-cloud/prowler/pull/8905)
|
||||||
Reference in New Issue
Block a user