fsb-mcp-server v0.9.1
Install / Update
npx -y fsb-mcp-server@0.9.1Or install globally:
npm i -g fsb-mcp-server@0.9.1Install into MCP clients:
npx fsb-mcp-server install --allWhat's Changed
- v0.9.69 — Anonymous Telemetry Pipeline + Showcase Dashboard Streaming Fix by @LakshmanTurlapati in #50
- hotfix: serve /stats SPA shell on showcase server (was 404 in prod) by @LakshmanTurlapati in #51
- fix(showcase-csp): allow api.github.com so /stats charts populate by @LakshmanTurlapati in #52
- fix(telemetry): address Codex PR #50 P1 review findings (recordDispatch race + attempts wire leak) by @LakshmanTurlapati in #53
- ci(chrome-extension): install showcase/server + showcase/angular deps so npm test passes by @LakshmanTurlapati in #54
- feat(stats): add cumulative-commits all-time line chart to /stats by @LakshmanTurlapati in #55
- chore(release): bump version 0.9.65 -> 0.9.66 by @LakshmanTurlapati in #56
- fix(telemetry): record real mcp_client label instead of 'unknown' (extension WS dispatcher leak) by @LakshmanTurlapati in #57
- feat(stats): replace 8 chart views with richer visualizations (lollipop, sankey, punchcard, streamgraph, dual-axis, gantt, radial gauge, sparkline, big-number tile) by @LakshmanTurlapati in #58
- fix(telemetry): populate mcp_client on non-action MCP message routes by @LakshmanTurlapati in #59
- chore(mcp): bump fsb-mcp-server 0.9.0 -> 0.9.1 to ship Hermes allowlist fix by @LakshmanTurlapati in #60
Full Changelog: v0.9.65...mcp-v0.9.1