UNPKG

@toriihq/torii-mcp

Version:

Model Context Protocol server for Torii API

5 lines (4 loc) 203 B
/** * Helper function for making API requests to the Torii API */ export declare function makeApiRequest(endpoint: string, method?: string, body?: any, headers?: Record<string, string>): Promise<any>;