UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

16 lines 471 B
#!/usr/bin/env node /** * This script initializes and starts the Apify MCP server using the Stdio transport. * * Usage: * node <script_name> --actors=<actor1,actor2,...> * * Command-line arguments: * --actors - A comma-separated list of Actor full names to add to the server. * --help - Display help information * * Example: * node stdio.js --actors=apify/google-search-scraper,apify/instagram-scraper */ export {}; //# sourceMappingURL=stdio.d.ts.map