Files
dav-imap-mcp/render.yaml
Yigit Colakoglu 4f6098e8c2
All checks were successful
Build And Test / publish (push) Successful in 1m30s
Initial commit
2025-12-30 15:16:45 -08:00

12 lines
259 B
YAML

services:
- type: web
name: fastmcp-server
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: python src/server.py
plan: free
autoDeploy: false
envVars:
- key: ENVIRONMENT
value: production