UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

7 lines 255 B
import express from 'express'; export declare function createExpressApp(host: string, mcpServerOptions: { enableAddingActors?: boolean; enableDefaultActors?: boolean; actors?: string[]; }): express.Express; //# sourceMappingURL=server.d.ts.map