UNPKG

@ai-sdk/mcp

Version:

The **Model Context Protocol (MCP) client** for the [AI SDK](https://ai-sdk.dev/docs) lets you connect to MCP servers and use their tools with AI SDK functions like `generateText` and `streamText`.

5 lines (4 loc) 116 B
export { StdioMCPTransport as Experimental_StdioMCPTransport, type StdioConfig, } from './mcp-stdio-transport';