v0.0.3
fast-gateway 0.0.3
Local/self-hosted release: the gateway now ships a full standalone daemon experience on top of the embeddable library.
Highlights
fast-gatewayCLI (cliextra):serve, registry management (add/list/...), andconnecthelpers for pointing coding agents at the gateway.- Docker image — multi-arch (
linux/amd64,linux/arm64) atniradler/fast-gateway, withdocker-compose.ymlfor a one-command local stack. - Browser-based HIL — interactive human-in-the-loop approval flow for tool calls (
hil/), with auto-open and configurable timeout. - Upstream OAuth — CLI-only
OAuthPluginfor upstreams that require OAuth, with a persistent token store. Non-interactive in daemon mode; OAuth status is surfaced and degraded reloads are reported.
Install
pip install "fast-gateway==0.0.3" # library
pip install "fast-gateway[cli]==0.0.3" # + CLI / serve
docker pull niradler/fast-gateway:0.0.3 # or :latestNote: HTTP/SSE upstreams only — bridge local stdio servers to HTTP first. The /mcp endpoint is unauthenticated by design; protect it with an admin token and a firewall/reverse proxy when exposing the daemon.
Status: alpha — APIs may still change.