feat(mcp): add MCP_MAX_SESSION_PER_USER env var and document it everywhere

This commit is contained in:
jubnl
2026-04-06 00:08:17 +02:00
parent beb48af8ed
commit b0dee4dafb
6 changed files with 9 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ OIDC_SCOPE=openid email profile # Fully overrides the default. Add extra scopes
DEMO_MODE=false # Demo mode - resets data hourly
# MCP_RATE_LIMIT=60 # Max MCP API requests per user per minute (default: 60)
# MCP_MAX_SESSION_PER_USER=5 # Max concurrent MCP sessions per user (default: 5)
# Initial admin account — only used on first boot when no users exist yet.
# If both are set the admin account is created with these credentials.