Skip to content

Commit 799664d

Browse files
adwsinghrhernandez35
authored andcommitted
Make exit code PrimitiveInteger
1 parent 16766fe commit 799664d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/mcp-cli-api/src/main/resources/META-INF/smithy/mcp-cli-api.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ structure TelemetryData {
4545
timings: Timings
4646

4747
@required
48-
exitCode: Integer
48+
exitCode: PrimitiveInteger = 0
4949

5050
params: String
5151
}

0 commit comments

Comments
 (0)