-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add ctx-zip tools to tools registry - MCP Code Mode/CodeAct #10447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
nicoalbanese
approved these changes
Dec 3, 2025
vercel-ai-sdk bot
pushed a commit
that referenced
this pull request
Dec 3, 2025
<!-- Welcome to contributing to AI SDK! We're excited to see your changes. We suggest you read the following contributing guide we've created before submitting: https://github.com/vercel/ai/blob/main/CONTRIBUTING.md --> ## Background Adding MCP [Code Mode](https://github.com/karthikscale3/ctx-zip/blob/main/README.md#technique-1-tool-discovery--code-generation) using ctx-zip to the Tools Registry ## Summary Updated tools registry to include ctx-zip ## Manual Verification <!-- For features & bugfixes. Please explain how you *manually* verified that the change works end-to-end as expected (excluding automated tests). Remove the section if it's not needed (e.g. for docs). --> ## Checklist <!-- Do not edit this list. Leave items unchecked that don't apply. If you need to track subtasks, create a new "## Tasks" section Please check if the PR fulfills the following requirements: --> - [ ] Tests have been added / updated (for bug fixes / features) - [x] Documentation has been added / updated (for bug fixes / features) - [ ] A _patch_ changeset for relevant packages has been added (for bug fixes / features - run `pnpm changeset` in the project root) - [ ] I have reviewed this pull request (self-review) ## Future Work <!-- Feel free to mention things not covered by this PR that can be done in future PRs. Remove the section if it's not needed. --> ## Related Issues <!-- List related issues here, e.g. "Fixes #1234". Remove the section if it's not needed. --> --------- Co-authored-by: Nico Albanese <[email protected]> Co-authored-by: nicoalbanese <[email protected]>
Contributor
|
✅ Backport PR created: #10825 |
vercel-ai-sdk bot
added a commit
that referenced
this pull request
Dec 3, 2025
…#10825) This is an automated backport of #10447 to the release-v5.0 branch. FYI @karthikscale3 Co-authored-by: Karthik Kalyanaraman <[email protected]> Co-authored-by: Nico Albanese <[email protected]> Co-authored-by: nicoalbanese <[email protected]>
Contributor
Author
|
Thank you @nicoalbanese |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Background
Adding MCP Code Mode using ctx-zip to the Tools Registry
Summary
Updated tools registry to include ctx-zip
Manual Verification
Checklist
pnpm changesetin the project root)Future Work
Related Issues