Hey team, one question. Is `McpToolRegistryProvide...
# koog-agentic-framework
e
Hey team, one question. Is
McpToolRegistryProvider.defaultStdioTransport
available for Koog 0.4.1? with Android and iOS target?
k
Hey, @Eduardo Ruesta No, it is only available on JVM
👍🏽 1
e
Do we have any alternative if we want to use MCPs using Koog in iOS?
k
I thing the right path would be to add iOS support to MCP Kotlin SDK, then it could be easily achievable. @Eduardo Ruesta, do you mean MCP client, right?
Stop, there is already iOS support in the SDK MCP Client and agents-mcp. McpToolRegistryProvider needs to be moved to commonMain
👍🏽 1
And mcp-sdk should be recompiled with 2.1.21, because Koog is using 2.1.21 and MCP is compiled with 2.2.0
e
Thanks @Konstantin i’ll try that
For now I’ll create an interface to run mcp only on android