Skip to content

v0.0.3

Choose a tag to compare

@niradler niradler released this 31 May 21:07
· 5 commits to main since this release

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-gateway CLI (cli extra): serve, registry management (add/list/...), and connect helpers for pointing coding agents at the gateway.
  • Docker image — multi-arch (linux/amd64, linux/arm64) at niradler/fast-gateway, with docker-compose.yml for 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 OAuthPlugin for 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 :latest

Note: 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.