feat: add MCP_ALLOWED_HOSTS support for reverse proxy configuration

This commit is contained in:
sha
2026-03-21 00:00:43 +02:00
parent a4180cc6f6
commit 3f67f7b0da
4 changed files with 14 additions and 0 deletions
+1
View File
@@ -10,4 +10,5 @@ services:
MCP_HOST: 0.0.0.0
MCP_PORT: 8000
MCP_AUTH_TOKEN: ${MCP_AUTH_TOKEN:-}
MCP_ALLOWED_HOSTS: ${MCP_ALLOWED_HOSTS:-}
restart: on-failure