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 e09a3e5 commit 2a6e72cCopy full SHA for 2a6e72c
mcp/mcp-cli/src/main/java/software/amazon/smithy/java/mcp/cli/commands/CreateGenericBundle.java
@@ -34,6 +34,7 @@ protected CreateGenericBundleInput getInput() {
34
protected Bundle getNewBundle(CreateGenericBundleInput input) {
35
var genericBundleBuilder = GenericBundle.builder()
36
.metadata(BundleMetadata.builder()
37
+ .id(input.id)
38
.name(input.name)
39
.description(input.description)
40
.build())
0 commit comments