# Excel Finance MCP Bridge Configuration
# Port for the bridge server
BRIDGE_PORT=3001
# Path to the MCP server (relative to bridge directory)
MCP_SERVER_PATH=../dist/index.js
# Allowed CORS origins (comma-separated)
# Use * for all origins (development only)
# Use specific domains for production: https://yourdomain.com,https://anotherdomain.com
CORS_ORIGINS=*
# Maximum number of concurrent WebSocket connections
MAX_CONNECTIONS=10
# Optional: Custom startup message
STARTUP_MESSAGE="Excel Finance MCP Bridge - Ready for remote connections!"