fix: resolve staging blockers B1-B5, S6, X5 (quality review v1)

This commit is contained in:
Leopold
2026-07-05 22:55:29 +02:00
parent 64b840c94c
commit 8aa2e6792b
6 changed files with 39 additions and 9 deletions
+6 -1
View File
@@ -4,7 +4,12 @@ LLM_API_KEY=sk-or-v1-xxx
LLM_MODEL=anthropic/claude-3.5-sonnet
LLM_API_BASE=
# Auth (CHANGE THIS!)
# MCP Tool Server — URL MUST include the /mcp path (FastMCP HTTP transport).
# Example: http://mcp-tools:8501/mcp (the docker-compose default already includes /mcp)
MCP_SERVER_URL=http://mcp-tools:8501/mcp
# Auth (CHANGE THIS — must be >=32 chars, must NOT be the default below)
# Generate one with: python -c "import secrets;print(secrets.token_urlsafe(32))"
AUTH_TOKEN=change-me-to-something-secure
# Logging