/** * @toolplex/ai-engine - MCP Paths * * Utilities for locating @toolplex/client MCP server. */ /** * Get the path to @toolplex/client's MCP server entry point. * * This resolves the path regardless of where npm installs the package * (hoisted or nested in node_modules). * * @returns Path to the MCP server index.js * @throws Error if @toolplex/client cannot be found */ export declare function getToolplexClientPath(): string; //# sourceMappingURL=paths.d.ts.map