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`.

6 lines (5 loc) 155 B
export * from './json-rpc-message'; export * from './mcp-client'; export * from './oauth'; export * from './oauth-types'; export * from './mcp-transport';