AI tools registry (Shadcn-style) for adding external MCP-like tools for agents #9117
Replies: 1 comment
-
|
This discussion was automatically locked because it has not been updated in over 30 days. If you still have questions about this topic, please ask us at community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, the way to use external tools in the Vercel AI SDK is either through the MCP client integration or by copying code from somewhere else.
What if developers could run a simple command to automatically add tool functions into their codebase, ready to edit?
npx ai-tools add [tool-name-1], [tool-name-2]
npx ai-tools add --all
Example:
What this would do:
tools/github.ts).Beta Was this translation helpful? Give feedback.
All reactions