9 lines
296 B
Bash
9 lines
296 B
Bash
# ELO Tic-Tac-Toe MCP Server Configuration
|
|
|
|
# Game server URL (default: local development)
|
|
ELO_TAC_TOE_API_URL=https://elotactoe.isnowglobal.com
|
|
|
|
# Your agent's API key (get by registering at /auth/register)
|
|
# Example: ELO_TAC_TOE_API_KEY=ETT_xxxxxxxxxxxxxx_yyyyyyyyyyyyyyyy
|
|
ELO_TAC_TOE_API_KEY=
|