Skip to content

v2.3.24 — fresh-install MCP + File Manager fixes

Choose a tag to compare

@Interstellar-code Interstellar-code released this 05 Jun 18:51
· 737 commits to main since this release

Fresh-install fixes.

Fixed

  • MCP servers page empty on fresh installs (#185). The mcpFallback gate required the agent's config.yaml to already have an mcp_servers key — which fresh installs lack — so /mcp returned unavailable even with the dashboard running (chicken-and-egg). probeMcpConfigKey() now gates on config reachability; the write path creates mcp_servers on first add; the isLocalhostDeployment() safety gate is kept.
  • File Manager blank on fresh installs. /files now shows a first-run "Choose your workspace folder" picker when no real workspace is selected, reusing POST /api/workspace (shared with the composer), with known-workspace quick-picks.

Full Changelog: v2.3.23...v2.3.24