mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")/../apps/mcp_gateway"
|
|
uvicorn app.main:app --host 0.0.0.0 --port 9200 --reload
|