UNPKG

@apify/actors-mcp-server

Version:

Model Context Protocol Server for Apify

7 lines 279 B
/* This file provides essential functions and tools for MCP servers, serving as a library. The ActorsMcpServer should be the only class exported from the package */ import { ActorsMcpServer } from './mcp/server.js'; export { ActorsMcpServer }; //# sourceMappingURL=index.js.map