File size: 383 Bytes
668d995 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # 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
|