feat(mcp_server): update API base URL environment variable to include complete path (#9542)

This commit is contained in:
Rubén De la Torre Vico
2025-12-15 11:04:44 +01:00
committed by GitHub
parent 6761f0ffd0
commit e0cf8bffd4
13 changed files with 72 additions and 77 deletions

View File

@@ -1,3 +1,3 @@
PROWLER_APP_API_KEY="pk_your_api_key_here"
PROWLER_API_BASE_URL="https://api.prowler.com"
API_BASE_URL="https://api.prowler.com/api/v1"
PROWLER_MCP_TRANSPORT_MODE="stdio"