Skip to content

Documentation / @agentick/mcp / MCPPromptResult

Interface: MCPPromptResult

Defined in: protocol/types.ts:591

Properties

description?

optional description: string

Defined in: protocol/types.ts:592


messages

messages: object[]

Defined in: protocol/types.ts:593

content

content: { text: string; type: "text"; } | { data: string; mimeType: string; type: "image"; } | { resource: { blob?: string; mimeType?: string; text?: string; uri: string; }; type: "resource"; }

role

role: "user" | "assistant"

Released under the ISC License.