@apify/actors-mcp-server
Version:
Model Context Protocol Server for Apify
11 lines • 357 B
TypeScript
import type { ToolBase } from '../types.js';
/**
* Returns a public version of the tool containing only fields that should be exposed publicly.
* Used for the tools list request.
*/
export declare function getToolPublicFieldOnly(tool: ToolBase): {
name: string;
description: string;
inputSchema: object;
};
//# sourceMappingURL=tools.d.ts.map