mcp-bridge / scripts /local_run.sh
patdev's picture
Update mcp-bridge OAuth server
19b4e98 verified
Raw
History Blame Contribute Delete
212 Bytes
#!/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