# Roba Labs MCP Server Configuration
# This MCP server works in self-contained mode - no external API required!
# =============================================================================
# Server Configuration
# =============================================================================
# HTTP server port (default: 8080)
PORT=8080
# Node environment (development, production)
NODE_ENV=production
# =============================================================================
# Optional: Logging & Debug
# =============================================================================
# Enable debug logging (true/false)
DEBUG=false
# Log level: error, warn, info, debug (default: info)
LOG_LEVEL=info
# =============================================================================
# Notes
# =============================================================================
#
# This MCP server provides information about Roba Labs platform without
# requiring external API access. All data is self-contained.
#
# For more information, visit:
# Documentation: https://roba-labs.gitbook.io/roba-labs
# Platform: https://robalabs.io