Refactor environment variable validation in config.py for improved error messaging; update Docker Compose restart policy to on-failure

This commit is contained in:
sha
2026-03-20 14:35:45 +02:00
parent 55c41a2071
commit 315992c37a
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ services:
MCP_TRANSPORT: http
MCP_HOST: 0.0.0.0
MCP_PORT: 8000
restart: unless-stopped
restart: on-failure