/*
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