You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/-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)