mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
feat: enhance HTTP server with security, CORS, testing and error handling
This commit is contained in:
@@ -42,4 +42,9 @@ HOST=0.0.0.0
|
||||
|
||||
# Authentication token for HTTP mode (REQUIRED)
|
||||
# Generate with: openssl rand -base64 32
|
||||
AUTH_TOKEN=your-secure-token-here
|
||||
AUTH_TOKEN=your-secure-token-here
|
||||
|
||||
# CORS origin for HTTP mode (optional)
|
||||
# Default: * (allow all origins)
|
||||
# For production, set to your specific domain
|
||||
# CORS_ORIGIN=https://your-client-domain.com
|
||||
Reference in New Issue
Block a user