Documentation
Preparing search index...
@kehto/services
McpToolResult
Interface McpToolResult
The result of an MCP
tools/call
.
interface
McpToolResult
{
content
:
McpContentBlock
[]
;
isError
?:
boolean
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
content
is
Error?
Properties
content
content
:
McpContentBlock
[]
Optional
is
Error
isError
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
is
Error
Documentation
Loading...
The result of an MCP
tools/call.