v2.3.24 — fresh-install MCP + File Manager fixes
·
737 commits
to main
since this release
Fresh-install fixes.
Fixed
- MCP servers page empty on fresh installs (#185). The
mcpFallbackgate required the agent'sconfig.yamlto already have anmcp_serverskey — which fresh installs lack — so/mcpreturned unavailable even with the dashboard running (chicken-and-egg).probeMcpConfigKey()now gates on config reachability; the write path createsmcp_serverson first add; theisLocalhostDeployment()safety gate is kept. - File Manager blank on fresh installs.
/filesnow shows a first-run "Choose your workspace folder" picker when no real workspace is selected, reusingPOST /api/workspace(shared with the composer), with known-workspace quick-picks.
Full Changelog: v2.3.23...v2.3.24