Initial commit
All checks were successful
Build And Test / publish (push) Successful in 1m30s

This commit is contained in:
2025-12-30 15:16:45 -08:00
parent 4df9a7229e
commit 4f6098e8c2
28 changed files with 3080 additions and 0 deletions

11
render.yaml Normal file
View File

@@ -0,0 +1,11 @@
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