File size: 212 Bytes
a010541
 
19b4e98
 
 
1
2
3
4
5
6
#!/usr/bin/env bash
set -euo pipefail
export MCP_API_KEY="${MCP_API_KEY:-dev-key-change-me}"
export PUBLIC_BASE_URL="${PUBLIC_BASE_URL:-http://localhost:7860}"
uvicorn app:app --host 0.0.0.0 --port 7860 --reload