ci(repo): Version Packages#388
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 22, 2026 14:41
de639f7 to
33b4ca2
Compare
rafa-thayto
enabled auto-merge (squash)
July 22, 2026 14:49
rafa-thayto
approved these changes
Jul 22, 2026
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 publish to npm yourself or setup this action to publish 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
clerk@2.3.0
Minor Changes
clerk mcp install,list,uninstall, andrunto connect the Clerk remote MCP server (https://mcp.clerk.com/mcp) to Claude Code, Cursor, GitHub Copilot (VS Code;--client vscodeor--client copilot), Windsurf, Gemini, Codex, opencode, OpenClaw, Warp, and Hermes Agent. Clients that ship a non-interactive MCP registration CLI are registered by shelling out to it —claude mcp add,gemini mcp add,codex mcp add,code --add-mcp,openclaw mcp add --no-probe,hermes mcp add— so each client owns its config format and write safety; for those, the client's binary must be on PATH (detection is PATH-based, no file-write fallback). Cursor, Windsurf, Warp (no CLI), and opencode (interactive-only CLI) get their user-global config file written directly, and VS Code removal (add-only CLI) edits itsmcp.jsonin place.clerk mcp list --jsonreports{ entries, failures }so an unreadable client config surfaces structurally instead of reading as "nothing installed". Install always converges: an existing entry under the same name is replaced. Each client is configured to launchclerk mcp run— a built-in stdio bridge that forwards the editor's stdio JSON-RPC to the remote server over HTTP (the jobnpx mcp-remotedid, now with no npx dependency), soclerkmust be on your PATH.clerk doctorgains an MCP reachability check that probes each configured server via the MCPinitializehandshake when an entry is installed. The URL resolves in order: theCLERK_MCP_URLoverride (for local worker development) > the active env profile'smcpUrlfield > the hosted server, soclerk mcp installworks with no flags. The bridge is transport-only for now; against an auth-required server it surfaces a clear error rather than signing in. (#307) by @rafa-thaytoPatch Changes
createRouteMatcherroute protection in Next.js middleware duringclerk init— generate bareclerkMiddleware()and point to resource-level protection withauth.protect()instead. (#387) by @rafa-thayto