| 1 | import { ZodRawShape, ZodObject, infer as ZodInfer } from 'zod'; |
| 2 | import { listDocuments, ListDocumentsSchema } from './tools/discovery/listDocuments.js'; |
| 3 | import { readDocumentInfo, ReadDocumentInfoSchema } from './tools/discovery/readDocumentInfo.js'; |
| 4 | import { extractText, ExtractTextSchema } from './tools/extraction/extractText.js'; |
nothing calls this directly
no test coverage detected