ok

fun CallToolResult.ok(content: String, meta: JsonObject = EmptyJsonObject): CallToolResult(source)

Deprecated

Use `CallToolResult.success` instead

Replace with

CallToolResult.Companion.success

Creates a CallToolResult with single TextContent and meta.