UNPKG

mcp-use

Version:

Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents and Clients + MCP Servers with support for MCP-UI.

6 lines 236 B
/** * Handles the OAuth callback using the SDK's auth() function. * Assumes it's running on the page specified as the callbackUrl. */ export declare function onMcpAuthorization(): Promise<void>; //# sourceMappingURL=callback.d.ts.map