/** * jamf_docs_get_article tool * Retrieve the full content of a specific Jamf documentation article. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import type { ServerContext } from '../types/context.js'; export declare function registerGetArticleTool(server: McpServer, ctx: ServerContext): void; //# sourceMappingURL=get-article.d.ts.map