Skip to content

Commit 8758f9b

Browse files
authored
fix: add missing MCP fields to vended CDK test spec (#619)
1 parent 23df9fe commit 8758f9b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,9 @@ test('AgentCoreStack synthesizes with empty spec', () => {
381381
evaluators: [],
382382
onlineEvalConfigs: [],
383383
policyEngines: [],
384+
agentCoreGateways: [],
385+
mcpRuntimeTools: [],
386+
unassignedTargets: [],
384387
},
385388
});
386389
const template = Template.fromStack(stack);

src/assets/cdk/test/cdk.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ test('AgentCoreStack synthesizes with empty spec', () => {
1414
evaluators: [],
1515
onlineEvalConfigs: [],
1616
policyEngines: [],
17+
agentCoreGateways: [],
18+
mcpRuntimeTools: [],
19+
unassignedTargets: [],
1720
},
1821
});
1922
const template = Template.fromStack(stack);

0 commit comments

Comments
 (0)