Changelog
A log of what shipped, what broke, and what we fixed.
v0.3.0 · April 18, 2026
Tunnel auth + Notion MCP target
- Added bearer-token auth enforcement. Server refuses to start if FORGELINE_AUTH_TOKEN is empty.
- Cloudflare Quick Tunnel helper: one command brings up a public HTTPS endpoint for the local MCP server.
- Compatibility tested against Notion AI's MCP Agent (when available on Business plan).
- Fixed a race where two concurrent CDP connections could deadlock page discovery.
v0.2.1 · April 2, 2026
Windows quality-of-life
- Workspace paths now accept forward-slash form on Windows (bash / MinGW users).
- Resolved a UTF-8 stdout issue on cp936 consoles.
- Bumped fastmcp to 2.12; drops a dependency on anyio pin.
v0.2.0 · March 24, 2026
Chrome DevTools Protocol bridge
- New cdp_attach tool: connect to any Chrome started with --remote-debugging-port.
- Reuses your logged-in session; no headless-Chromium churn.
- Known limitation: Chrome 136+ rejects CDP on the default user-data-dir (documented in /docs).
v0.1.0 · March 9, 2026
First private release
- Core MCP server with read_file / write_file / run_command / fetch_url.
- Workspace root sandbox with an explicit allow-list.
- Shipped to the first six beta testers. Thank you.
v0.0.1 · February 12, 2026
Prototype posted to GitHub Gist
- Single-file FastMCP server as a weekend experiment.
- Posted as a gist; the idea resonated, and a few friends asked for access.