@nic0xflamel/lunarcrush-mcp-server
Version:
MCP server for the LunarCrush API (Enterprise)
8 lines • 365 B
TypeScript
import { OpenAPIV3 } from 'openapi-types';
/**
* Identifies file upload parameters in an OpenAPI operation
* @param operation The OpenAPI operation object to check
* @returns Array of parameter names that are file uploads
*/
export declare function isFileUploadParameter(operation: OpenAPIV3.OperationObject): string[];
//# sourceMappingURL=file-upload.d.ts.map