chore(repo): version packages - #312
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 10:35
9eb69a0 to
df1c6e5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 08:22
df1c6e5 to
05b774d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 08:51
05b774d to
1a716ff
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 08:59
1a716ff to
83189b5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 14, 2026 09:36
b599700 to
27f2da9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 09:40
27f2da9 to
ca495ac
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 14, 2026 10:06
ca495ac to
f23f966
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
nitro-mcp-toolkit@0.2.0
Minor Changes
#311
d623f33Thanks @HugoRCD! - Tool, resource and prompt handlers now receive the request'sH3Eventdirectly instead of a separate context object, with everything MCP-specific attached atevent.context.mcp— mirroring h3-mcp's event-first shape. This is a breaking change:context.mcp.rawmoves tocontext.mcp.mcpReq, and anything reading the old context object needs to read offevent.context.mcpinstead.Also adds a declarative
authgate tocreateMcpHandler(bearer/API-key tokens, a customvalidatecallback, OAuth protected-resource metadata), and its JSON-serializable subset — a static token list — as anauthoption onmcp().#320
108baa7Thanks @HugoRCD! - Clients can send anX-MCP-Toolsheader with a comma-separated list of tool names to limit whattools/listexposes. Unknown names return HTTP 400.handler.definitionsstays the full catalog.@nuxtjs/mcp-toolkit@0.19.0
Minor Changes
d33e0caThanks @HugoRCD! - Clients can send anX-MCP-Toolsheader with a comma-separated list of tool names to limit whattools/listexposes. Names must match the catalog (including filename-generated kebab-case); unknown names return HTTP 400. Noserver/mcp/index.tsis required.Patch Changes
620cc8aThanks @HugoRCD! - MCP Apps with<script setup lang="ts">bundle again on Vite 8. The isolated app build no longer inherits the hosttsconfig.json(which extends.nuxt/tsconfig.jsonbefore Nuxt has written it).#322
7503516Thanks @HugoRCD! - The DevTools MCP Inspector launch always fetches@modelcontextprotocol/inspectorfrom registry.npmjs.org, so a private npmrc can no longer 401 the download. Override withMCP_INSPECTOR_REGISTRYif you need a mirror.The inspector now opens in a new browser tab instead of an iframe inside DevTools — the official UI is a full-page app and does not fit that panel. The MCP URL uses
localhostso the inspector can reach Nuxt on either IPv4 or IPv6 loopback.