mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-29 17:45:16 +00:00
Adds `gbrain serve --http` with token-based authentication using the existing access_tokens table. Eliminates the need for standalone OAuth wrappers that may have insecure open registration endpoints. - New: src/mcp/http-transport.ts — HTTP+SSE transport with bearer auth - New: SECURITY.md — security advisory for remote MCP deployments - Updated: serve command accepts --http and --port flags - Updated: DEPLOY.md recommends --http for remote access - Bump: 0.22.4 → 0.22.5