Skip to content

Commit 99447fe

Browse files
committed
fixup working examples again
1 parent 3495aba commit 99447fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/server/elicitationStreamableHttp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const getServer = () => {
3838
description: 'A tool that confirms a payment directly with a user',
3939
inputSchema: {
4040
cartId: z.string().describe('The ID of the cart to confirm')
41-
},
41+
}
4242
},
4343
async ({ cartId }, extra): Promise<CallToolResult> => {
4444
/*

0 commit comments

Comments
 (0)