NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-protocol.interface
MCPPromptMessage
Interface MCPPromptMessage
interface
MCPPromptMessage
{
role
:
"user"
|
"assistant"
;
content
:
{
type
:
"text"
|
"image"
|
"resource"
;
text
?:
string
;
data
?:
string
;
mimeType
?:
string
;
}
;
}
Index
Properties
role
content
Properties
role
role
:
"user"
|
"assistant"
content
content
:
{
type
:
"text"
|
"image"
|
"resource"
;
text
?:
string
;
data
?:
string
;
mimeType
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
content
NestJS MCP - v1.0.1
Loading...