# MCP Todo Server Configuration
# Authentication token for HTTP API access
# Set this to enable bearer token authentication for the HTTP endpoints
# Generate with: openssl rand -hex 32
TODO_MCP_TOKEN=your_secure_token_here
# Server port (optional, defaults to 3000)
PORT=3000
# Enable stdio mode for MCP client integration (optional)
# Uncomment the line below when running with MCP clients like Cursor
# MCP_STDIO=1