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

Interface ClientConfig

src/api/Client.ts:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9export type DocumentEngineClient = Client;
10
11export interface ClientConfig {
12 baseURL: string;
13 authToken: string;
14 timeout?: number;
15 maxRetries?: number;
16 retryDelay?: number;
17 maxConnections?: number;
18}
19
20/**
21 * Creates and initializes a Document Engine client

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected