Skip to content

Commit 60b3b71

Browse files
authored
hide args (#7)
1 parent 14429c3 commit 60b3b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp/src/main/java/io/modelcontextprotocol/client/transport/StdioClientTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Mono<Void> connect(Function<Mono<JSONRPCMessage>, Mono<JSONRPCMessage>> h
130130
this.process = processBuilder.start();
131131
}
132132
catch (IOException e) {
133-
throw new RuntimeException("Failed to start process with command: " + fullCommand, e);
133+
throw new RuntimeException("Failed to start process with command: " + params.getCommand(), e);
134134
}
135135

136136
// Validate process streams

0 commit comments

Comments
 (0)