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
fix(workspace-binding): expand ~ home shorthand in reported/pinned roots
Cursor's roots/list (and \${workspaceFolder} substitution through the
mcp-remote global bridge) can report a workspace folder using shell-style
\`~\` shorthand instead of a real absolute path. normalize_workspace_root
never expanded it, so detect_style saw a relative path and validation/
routing failed for any folder under the user's home directory.
Gateway and client share a filesystem in this scenario (local Cursor), so
expand \`~\` against the current machine's home dir before absoluteness
detection. Fixes the "Path must be absolute" error surfaced in the
create-from-live Workspace binding panel for home-relative client roots.
Signed-off-by: crimsonsunset <jsangio1@gmail.com>
0 commit comments