Skip to content

Documentation / @agentick/mcp / OperationInfo

Interface: OperationInfo

Defined in: protocol/types.ts:54

Properties

name?

optional name: string

Defined in: protocol/types.ts:56


sessionId

sessionId: string

Defined in: protocol/types.ts:57


type

type: "tool_call" | "resource_read" | "resource_list" | "prompt_get" | "session_create"

Defined in: protocol/types.ts:55

Released under the ISC License.