MCPcopy
hub / github.com/upstash/context7 / Context7AgentConfig

Interface Context7AgentConfig

packages/tools-ai-sdk/src/agents/context7.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Configuration for Context7 agent.
7 */
8export interface Context7AgentConfig extends ToolLoopAgentSettings<never, ToolSet> {
9 /**
10 * Context7 API key. If not provided, uses the CONTEXT7_API_KEY environment variable.
11 */
12 apiKey?: string;
13}
14
15/**
16 * Context7 documentation search agent

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected