Skip to content

chore(repo): version packages#262

Merged
HugoRCD merged 1 commit into
mainfrom
changeset-release/main
May 19, 2026
Merged

chore(repo): version packages#262
HugoRCD merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@nuxtjs/mcp-toolkit@0.17.1

Patch Changes

  • #261 500c43e Thanks @HugoRCD! - Fix "spawn npx ENOENT" error when launching the MCP Inspector on Windows.

    Since the Node.js CVE-2024-27980 mitigation (Node 18.20.2 / 20.12.2), child_process.spawn no longer resolves .cmd/.bat shims on Windows without shell: true. This caused the DevTools "Launch Inspector" button to throw ENOENT on every Windows machine.

    shell: true is now passed only when process.platform === 'win32', leaving the default behaviour unchanged on Linux and macOS.

    Closes #259.

@vercel

vercel Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

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

Project Deployment Actions Updated (UTC)
nuxt-mcp-toolkit-docs Ready Ready Preview, Comment May 19, 2026 8:41am

@github-actions github-actions Bot force-pushed the changeset-release/main branch from f4859d8 to 755ce6a Compare May 19, 2026 08:37
@HugoRCD HugoRCD merged commit 56dfbde into main May 19, 2026
3 checks passed
@HugoRCD HugoRCD deleted the changeset-release/main branch May 19, 2026 08:44
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.

[bug] Launch Inspector regressed on Windows in 0.16.x — "spawn npx ENOENT" (missing shell:true)

1 participant