in src/main/kotlin/org/jetbrains/mcpserverplugin/general/builtinTools.kt [202:206]
override fun processNotStarted() {
if (!future.isDone) {
future.completeExceptionally(RuntimeException("Process explicitly reported as not started."))
}
}