/** * jamf_docs_batch_get_articles tool * Retrieve multiple Jamf documentation articles in a single request. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerContext } from '../types/context.js'; /** * Distribute token budget evenly across articles. * Each article gets at least MIN_TOKENS. */ export declare function distributeTokenBudget(totalTokens: number, count: number): number; export declare function registerBatchGetArticlesTool(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=batch-get-articles.d.ts.map