first commit

This commit is contained in:
Gianluca Brigandi
2025-05-07 11:16:24 -07:00
commit ce2460928a
22 changed files with 2163 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# Wazuh API Configuration
WAZUH_HOST=localhost
WAZUH_PORT=55000
WAZUH_USER=admin
WAZUH_PASS=admin
VERIFY_SSL=false
# MCP Server Configuration
MCP_SERVER_PORT=8000