Maybe basic question but should I be able to do so...
# koog-agentic-framework
j
Maybe basic question but should I be able to do something like folllowing?
Copy code
val process = ProcessBuilder("java -jar /Users/joreilly/dev/github/GalwayBus/mcp-server/build/libs/serverAll.jar --stdio").start()

    // Create the stdio transport
    val transport = McpToolRegistryProvider.defaultStdioTransport(process)
I'm trying to plug in tool from MCP server created using Kotlin MCP SDK
ah, I should have asked AI Assistant first 😃
🙂 1
d
Indeed... 😛