Skip to content

Commit 0bb9d70

Browse files
committed
fix: Fix casing for gateway target
1 parent 404c105 commit 0bb9d70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/servers/zen/cdk_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def __init__(
7373
name="zenquotes-target",
7474
target_configuration={
7575
"mcp": {
76-
"open_api_schema": {
77-
"inline_payload": json.dumps(openapi_schema)
76+
"openApiSchema": {
77+
"inlinePayload": json.dumps(openapi_schema)
7878
}
7979
}
8080
},

0 commit comments

Comments
 (0)