We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa46a64 commit ce1b549Copy full SHA for ce1b549
1 file changed
src/mcp_server/__init__.py
@@ -11,7 +11,7 @@ class ValidationModel(BaseModel):
11
don't comply are skipped with a warning.
12
13
The serialized dict (via ``model_dump()``) is returned to the MCP client
14
- in the `structuredOutput` field of the response.
+ in the `structuredContent` field of the response.
15
"""
16
sources: list = Field(
17
description="Information pointing to the original source of the data."
0 commit comments