MCPcopy
hub / github.com/jina-ai/node-DeepResearch / ProviderConfig

Interface ProviderConfig

src/config.ts:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14type EnvConfig = typeof configJson.env;
15
16interface ProviderConfig {
17 createClient: string;
18 clientConfig?: Record<string, any>;
19}
20
21// Environment setup
22const env: EnvConfig = { ...configJson.env };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected