MCPcopy Create free account
hub / github.com/PSPDFKit/nutrient-document-engine-mcp-server / TestDocument

Interface TestDocument

evaluation/runner.ts:24–28  ·  view source on GitHub ↗

* Test document configuration

Source from the content-addressed store, hash-verified

22 * Test document configuration
23 */
24interface TestDocument {
25 filePath: string;
26 documentId: string;
27 title: string;
28}
29
30/**
31 * Focused evaluation runner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected