Skip to content

Commit bcdd336

Browse files
Fix arguments tightening in CallToolRequestParams (modelcontextprotocol#1770)
1 parent 32c065d commit bcdd336

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/specification/draft/schema.mdx

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

schema/draft/schema.json

Lines changed: 1 addition & 3 deletions
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
@@ -956,7 +956,7 @@ export interface CallToolRequestParams extends RequestParams {
956956
/**
957957
* Arguments to use for the tool call.
958958
*/
959-
arguments?: { [key: string]: string };
959+
arguments?: { [key: string]: unknown };
960960
}
961961

962962
/**

0 commit comments

Comments
 (0)