GetAllMcpToolsOptions
このコンテンツはまだ日本語訳がありません。
type GetAllMcpToolsOptions<TContext> = object;
Options for fetching MCP tools.
Type Parameters
Section titled “Type Parameters”Type Parameter |
---|
|
Properties
Section titled “Properties”agent?
Section titled “agent?”optional agent: Agent<TContext, any>;
convertSchemasToStrict?
Section titled “convertSchemasToStrict?”optional convertSchemasToStrict: boolean;
mcpServers
Section titled “mcpServers”mcpServers: MCPServer[];
runContext?
Section titled “runContext?”optional runContext: RunContext<TContext>;