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 e6ee2b7 commit b68803cCopy full SHA for b68803c
mcp/mcp-cli-api/src/main/java/software/amazon/smithy/java/mcp/cli/ConfigUtils.java
@@ -511,7 +511,7 @@ public static void createWrapperAndUpdateClientConfigs(
511
boolean shouldCreateWrapper = true;
512
List<String> args = List.of();
513
String command = id;
514
- if (bundle.getValue() instanceof GenericBundle genericBundle && genericBundle.isExecuteDirectly()) {
+ if (bundle.getValue() instanceof GenericBundle genericBundle) {
515
command = genericBundle.getRun().getExecutable();
516
args = genericBundle.getRun().getArgs();
517
shouldCreateWrapper = false;
0 commit comments