Skip to content

v0.2.55

Choose a tag to compare

@cyrusagent cyrusagent released this 22 May 20:42
· 41 commits to main since this release

Fixed

  • ~/-prefixed paths in slackMcpConfigs, linearMcpConfigs, and githubMcpConfigs are now expanded. When cyrus-hosted writes platform MCP config paths for a self-host runtime, it emits ~/.cyrus/mcp-configs/... strings that were passed verbatim to fs.readFileSync, which does not expand tildes — Claude sessions would crash with ENOENT: ~/.cyrus/mcp-configs/mcp-supabase.json. EdgeWorker now runs the three platform MCP config arrays through resolvePath at construction and on config hot-reload, mirroring how repository-scoped paths have always been normalized. (#1242)