NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-protocol.interface
MCPToolResult
Interface MCPToolResult
interface
MCPToolResult
{
content
:
{
type
:
"text"
|
"image"
|
"resource"
;
text
?:
string
;
data
?:
string
;
mimeType
?:
string
;
}
[]
;
isError
?:
boolean
;
}
Index
Properties
content
is
Error?
Properties
content
content
:
{
type
:
"text"
|
"image"
|
"resource"
;
text
?:
string
;
data
?:
string
;
mimeType
?:
string
;
}
[]
Optional
is
Error
isError
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
is
Error
NestJS MCP - v1.0.1
Loading...