[CLI] feat: adding in non-interactive mode for mcp#15426
Conversation
🦋 Changeset detectedLatest commit: a8cde89 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-9fmi1yrvs.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-9fmi1yrvs.vercel.sh/tarballs/vercel.tgz"
}
}
}Python Runtime WheelA Python Workers WheelA |
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 1 (3%)
Unaffected packages - 39 (98%)
Results
This comment is automatically generated based on the affected testing strategy |
Melkeydev
left a comment
There was a problem hiding this comment.
i think we should also add some tests here for this new feature just to help catch any other gotchas
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @vercel/python@6.23.0 ### Minor Changes - Run Django's `collectstatic` during Vercel builds, serving static files from the CDN and excluding them from the Lambda bundle. ([#15391](#15391)) ### Patch Changes - Leave 10mb of space for src code before packing lambda. ([#15475](#15475)) ## vercel@50.32.3 ### Patch Changes - Adding in noninteractive mode for login ([#15446](#15446)) - adding in non-interactive mode for mcp ([#15426](#15426)) - Updated dependencies \[[`3af5407a5737ae431310ffd114119752fc5a2355`](3af5407), [`b22731536f46d3f617a79e4faf923431d957a277`](b227315)]: - @vercel/python@6.23.0 - @vercel/static-build@2.9.0 ## @vercel/frameworks@3.21.1 ### Patch Changes - [go] remove experimental flag on "go" frameworks preset ([#15435](#15435)) ## @vercel/fs-detectors@5.10.3 ### Patch Changes - Updated dependencies \[[`04433cfd686bf27e3f63bc895c15f7e75918b0d7`](04433cf)]: - @vercel/frameworks@3.21.1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Note
Low Risk Change
CLI feature adds non-interactive mode for MCP command with new --clients flag, input validation, and conditional output formatting - no auth, security, billing, or schema changes.
Risk assessment for commit a8cde89.