ToolCallResult Type — mcp Architecture
Architecture documentation for the ToolCallResult type/interface in types.ts from the mcp codebase.
Entity Profile
Source Code
src/types.ts lines 14–17
export type ToolCallResult = {
content: ContentBlock[];
isError?: boolean;
};
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free