John O'Reilly
06/10/2025, 4:52 PMval 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)
John O'Reilly
06/10/2025, 4:52 PMJohn O'Reilly
06/10/2025, 4:57 PMDidier Villevalois
06/10/2025, 6:42 PM