# BaaS SMS/MMS MCP Server Configuration
# Copy this file to .env and configure your settings

# API Configuration
BAAS_API_BASE_URL=https://api.aiapp.link
BAAS_API_KEY=your_baas_api_key_here

# Project Configuration
PROJECT_ID=your_project_uuid_here

# Optional: Server Configuration
MCP_SERVER_NAME=BaaS-SMS-MMS-Server
MCP_SERVER_VERSION=1.0.0