feat: add Bearer token authentication support for MCP

This commit is contained in:
sha
2026-03-20 19:05:44 +02:00
parent f36d779346
commit b73fa63c0e
6 changed files with 57 additions and 4 deletions
+1
View File
@@ -9,4 +9,5 @@ services:
MCP_TRANSPORT: http
MCP_HOST: 0.0.0.0
MCP_PORT: 8000
MCP_AUTH_TOKEN: ${MCP_AUTH_TOKEN:-}
restart: on-failure