Skip to content

Commit ce1b549

Browse files
committed
Fix typo
1 parent fa46a64 commit ce1b549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ValidationModel(BaseModel):
1111
don't comply are skipped with a warning.
1212
1313
The serialized dict (via ``model_dump()``) is returned to the MCP client
14-
in the `structuredOutput` field of the response.
14+
in the `structuredContent` field of the response.
1515
"""
1616
sources: list = Field(
1717
description="Information pointing to the original source of the data."

0 commit comments

Comments
 (0)