| # MCP Browser Server Configuration | |
| # Browser settings | |
| BROWSER_TYPE=msedge | |
| # Use existing Edge profile (leave empty for fresh profile) | |
| # Find your profile path: edge://version -> Profile Path | |
| EDGE_USER_DATA_DIR= | |
| EDGE_PROFILE=Default | |
| # Timeouts (milliseconds) | |
| NAVIGATION_TIMEOUT=30000 | |
| ACTION_TIMEOUT=10000 | |
| # Messenger settings | |
| MESSENGER_URL=https://www.messenger.com | |