Stone.js API
Docs
Home
Preparing search index...
stone-js-mcp-dev/src/McpDevServer
McpToolResult
Interface McpToolResult
An MCP tool result payload (the SDK content shape).
interface
McpToolResult
{
content
:
{
text
:
string
;
type
:
"text"
}
[]
;
isError
?:
boolean
;
}
Index
Properties
content
is
Error?
Properties
content
content
:
{
text
:
string
;
type
:
"text"
}
[]
Optional
is
Error
isError
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
is
Error
Docs
Home
Stone.js API
Loading...
An MCP tool result payload (the SDK content shape).