Skip to content

Documentation / @agentick/mcp / CompletionResult

Interface: CompletionResult

Defined in: protocol/types.ts:494

Result shape for a completion/complete response, per MCP spec 2025-11-25. Servers MUST cap values at 100 entries; sugar builders enforce this automatically.

Properties

hasMore?

optional hasMore: boolean

Defined in: protocol/types.ts:497


total?

optional total: number

Defined in: protocol/types.ts:496


values

values: string[]

Defined in: protocol/types.ts:495

Released under the ISC License.