Skip to content

Commit a3e1aa9

Browse files
feat: add applyDefaults capability flag for opt-in default application
Enables conformance test to opt into client-side elicitation defaults by setting the applyDefaults capability flag.
1 parent 6c33d31 commit a3e1aa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/clients/typescript/elicitation-defaults-test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ async function main(): Promise<void> {
2828
},
2929
{
3030
capabilities: {
31-
elicitation: {}
31+
elicitation: {
32+
applyDefaults: true
33+
}
3234
}
3335
}
3436
);

0 commit comments

Comments
 (0)