We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcd403 commit 0bf5094Copy full SHA for 0bf5094
src/mcp/server/mcpserver/utilities/func_metadata.py
@@ -91,8 +91,8 @@ async def call_fn_with_arg_validation(
91
def convert_result(self, result: Any) -> Any:
92
"""Convert a function call result to the format for the lowlevel tool call handler.
93
94
- - If output_model is None, return the unstructured content as a ``Sequence[ContentBlock]``.
95
- - If output_model is not None, return a ``CallToolResult`` with both unstructured
+ - If output_model is None, return the unstructured content as a `Sequence[ContentBlock]`.
+ - If output_model is not None, return a `CallToolResult` with both unstructured
96
and structured content.
97
98
Note: we return unstructured content here **even though the lowlevel server
0 commit comments