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(mcp): only validate projectPath when it exists; add handler tests
#230's validateProjectPath ran on the raw path incl. a statSync existence
check, which rejected the nested/not-yet-created sub-paths that issue #238
expects to resolve UP to the default project. Guard with existsSync so a
direct sensitive dir (e.g. /etc, C:\Windows) is still refused while
sub-paths walk up. Adds MCP-handler rejection tests (POSIX + Windows-gated).
0 commit comments