Skip to content

Commit 118f620

Browse files
authored
Merge pull request modelcontextprotocol#708 from modelcontextprotocol/ihrpr/elicitation-tiny-fix
Change content type in ElicitResult
2 parents 447a56f + 2de3a2d commit 118f620

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

schema/draft/schema.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ export interface ElicitResult extends Result {
13361336
* The submitted form data, only present when action is "accept".
13371337
* Contains values matching the requested schema.
13381338
*/
1339-
content?: { [key: string]: unknown };
1339+
content?: { [key: string]: string | number | boolean };
13401340
}
13411341

13421342
/* Client messages */

0 commit comments

Comments
 (0)