Skip to content

Commit 8d55308

Browse files
committed
fix: Increase discovery endpoint throttle limits
1 parent 6cb6a23 commit 8d55308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/servers/auth/lib/mcp-auth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ export class McpAuthStack extends cdk.Stack {
299299
},
300300
deployOptions: {
301301
stageName: "prod",
302-
throttlingRateLimit: 1,
303-
throttlingBurstLimit: 5,
302+
throttlingRateLimit: 5,
303+
throttlingBurstLimit: 10,
304304
},
305305
deploy: true,
306306
cloudWatchRole: false,

0 commit comments

Comments
 (0)