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
/
McpComponent
/
McpComponent
Mcp
Component
constructor
(
transport
:
Transport
,
logIncoming
:
suspend
(
String
)
->
Unit
=
{}
,
logOutgoing
:
suspend
(
String
)
->
Unit
=
{}
,
coroutineContext
:
CoroutineContext
=
Dispatchers.Default
)