UNPKG

@sylphlab/pdf-reader-mcp

Version:

An MCP server providing tools to read PDF files.

5 lines (4 loc) 220 B
// Import only the consolidated PDF tool definition import { readPdfToolDefinition } from './readPdf.js'; // Aggregate only the consolidated PDF tool definition export const allToolDefinitions = [readPdfToolDefinition];