Result

interface Result

Base interface for all result types from MCP responses. The schema states Result can have an optional _meta field. We'll model it as an optional Map.

Inheritors

Properties

Link copied to clipboard
abstract val _meta: Map<String, JsonElement>?