We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701779a commit 6e3d2dfCopy full SHA for 6e3d2df
src/mcp/types/_types.py
@@ -476,7 +476,7 @@ class GetTaskPayloadResult(Result):
476
For example, a tools/call task would return the CallToolResult structure.
477
"""
478
479
- model_config = ConfigDict(extra="allow")
+ model_config = ConfigDict(extra="allow", alias_generator=to_camel, populate_by_name=True)
480
481
482
class CancelTaskRequestParams(RequestParams):
0 commit comments