name: mcp-server
services:
- name: mcp-server
project: .
language: node
host: appservice
region: eastus
sku: F1
runtime: node:18-lts
env:
NODE_ENV: production
PORT: 8080
LOG_LEVEL: info
API_VERSION: v1
CORS_ORIGIN: "*"
RATE_LIMIT_WINDOW: "15"
RATE_LIMIT_MAX_REQUESTS: "100"