mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.runtime.core
Package-level
declarations
Types
Functions
Properties
Types
Client
Approvable
Link copied to clipboard
interface
ClientApprovable
Properties
JSON_
RPC_
VERSION
Link copied to clipboard
const
val
JSON_RPC_VERSION
:
String
MCP_
VERSION
Link copied to clipboard
const
val
MCP_VERSION
:
String
mcp
Json
Link copied to clipboard
val
mcpJson
:
Json
mcp
Prompt
Handlers
Link copied to clipboard
val
mcpPromptHandlers
:
MutableMap
<
String
,
McpPromptHandler
>
mcp
Prompt
Params
Link copied to clipboard
val
mcpPromptParams
:
MutableMap
<
String
,
KClass
<
*
>
>
mcp
Tool
Handlers
Link copied to clipboard
val
mcpToolHandlers
:
MutableMap
<
String
,
McpToolHandler
>
mcp
Tool
Params
Link copied to clipboard
val
mcpToolParams
:
MutableMap
<
String
,
KClass
<
*
>
>
Functions
to
Text
Content
Link copied to clipboard
fun
String
.
toTextContent
(
annotations
:
Annotations
?
=
null
)
:
TextContent