Skip to content

Test suite - #569

Draft
0xKoller wants to merge 27 commits into
canaryfrom
test-suite-xmcp
Draft

Test suite#569
0xKoller wants to merge 27 commits into
canaryfrom
test-suite-xmcp

Conversation

@0xKoller

@0xKoller 0xKoller commented May 6, 2026

Copy link
Copy Markdown
Contributor

No description provided.

0xKoller added 24 commits April 28, 2026 21:00
normalize() relied on a /private/var/folders/ regex to undo macOS's
cwd realpath resolution, but os.tmpdir() can root under /tmp on some
machines (where /tmp is a /private/tmp symlink). The /private prefix
then leaked through and the snapshot failed only in the full suite,
where TMPDIR happened to differ from standalone runs.

Replace the regex with fs.realpathSync(stagingDir) and substitute the
resolved form first. Falls back to the raw stagingDir for any path
that didn't go through realpath in the build process.
@vercel

vercel Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
xmcp-website Ready Ready Preview, Comment May 7, 2026 7:51pm

- express-adapter
 - nestjs-adapter
 - http-cors-config
 - stdio-silent-logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant