mcwaddams/.env.example

19 lines
475 B
Plaintext

# mcwaddams MCP Server - Environment Configuration
# Copy to .env and customize
# Docker Compose project name (prevents container name conflicts)
COMPOSE_PROJECT_NAME=mcwaddams
# Hostname for caddy-docker-proxy
MCWADDAMS_HOST=mcwaddams.l.supported.systems
# Debug mode (enables verbose logging)
DEBUG=false
# Transport mode: stdio (local), streamable-http (hosted)
MCP_TRANSPORT=streamable-http
# Server binding (for streamable-http mode)
MCP_HOST=0.0.0.0
MCP_PORT=8000