- Rewrite mcp_cis_server.py with per-section scan tools (IAM, Networking, Compute, Logging/Monitoring, Storage, Asset Management) instead of monolithic full-tenancy scan — 12 granular tools - Add cis_reports.py (Oracle CIS Benchmark checker) to backend - Add chat memory compaction: auto-summarize old messages when history exceeds ~8000 tokens, keeping 6 recent messages intact - Fix GenAI tool use loop: accumulate assistant+tool messages across iterations for proper conversation flow (Generic format) - Remove tenancy confirmation section from system prompt - Add thinking indicator and button disable in chat UI while waiting - Add requests dependency for cis_reports.py - Fix NoneType error in cis_reports.py region filtering
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
fastapi==0.115.0
|
|
uvicorn[standard]==0.30.0
|
|
python-multipart==0.0.12
|
|
PyJWT==2.9.0
|
|
python-dotenv==1.0.1
|
|
oci==2.133.0
|
|
oracledb==2.4.1
|
|
mcp>=1.0.0
|
|
requests>=2.31.0
|