# MiniMax API Configuration
MINIMAX_API_HOST=https://api.minimax.chat
MINIMAX_API_KEY=your_api_key_here
MINIMAX_RESOURCE_MODE=url
MINIMAX_MCP_BASE_PATH=~/Desktop
# Server Configuration
# Transport mode: 'stdio' (default), 'rest', or 'sse'
MINIMAX_TRANSPORT_MODE=stdio
# Server port (for REST and SSE modes)
MINIMAX_SERVER_PORT=9593
# Server endpoint (for REST and SSE modes)
MINIMAX_SERVER_ENDPOINT=/rest
# Configuration file path (optional)
# MINIMAX_CONFIG_PATH=./example.minimax-config.json