You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on exposing my tool to MCP and I am using AI SDK tools. After I am done, I'll cross-link the snippet here. From what it appears, it should not be too hard!
Overall, very easy. Some edge cases yet, but it is looking good. I think I may eventually rewrite all my tools to MCP standard and write "toAISDKTool" helper instead.
Overall, very easy. Some edge cases yet, but it is looking good. I think I may eventually rewrite all my tools to MCP standard and write "toAISDKTool" helper instead. @grabbou cool, i went through your code and i saw you import all pre-defined tools in MCP-Server/index.ts,and revise them to a MCP-server request and response which follow the protocol.
but just curious, i didnt find any MCP-Client to call this MCP-server, is it not yet finished?
Feature Description
Today, Anthropic released the Model Context Protocol (MCP) https://modelcontextprotocol.io
Naturally, I think we should be able to turn them into a
tool
in the AI SDK for easier integration.The text was updated successfully, but these errors were encountered: