콘텐츠로 이동

GetAllMcpToolsOptions

이 콘텐츠는 아직 번역되지 않았습니다.

type GetAllMcpToolsOptions<TContext> = object;

Options for fetching MCP tools.

Type Parameter

TContext

optional agent: Agent<TContext, any>;

optional convertSchemasToStrict: boolean;

mcpServers: MCPServer[];

optional runContext: RunContext<TContext>;