UNPKG

uploadthing-mcp

Version:
11 lines (8 loc) 251 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Creates an MCP server with UploadThing integration */ declare function createMCPUploadThing({ token }: { token: string; }): McpServer; export { createMCPUploadThing };