We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c125 commit e402f75Copy full SHA for e402f75
mcp/src/main/java/io/modelcontextprotocol/client/transport/StdioClientTransport.java
@@ -367,7 +367,8 @@ public Mono<Void> closeGracefully() {
367
})).doOnNext(process -> {
368
if (process.exitValue() != 0) {
369
logger.warn("Process terminated with code " + process.exitValue());
370
- } else {
+ }
371
+ else {
372
logger.info("MCP server process stopped");
373
}
374
}).then(Mono.fromRunnable(() -> {
0 commit comments