Skip to content

Commit 0bf5094

Browse files
authored
Apply suggestions from code review
1 parent bfcd403 commit 0bf5094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mcp/server/mcpserver/utilities/func_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ async def call_fn_with_arg_validation(
9191
def convert_result(self, result: Any) -> Any:
9292
"""Convert a function call result to the format for the lowlevel tool call handler.
9393
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
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
9696
and structured content.
9797
9898
Note: we return unstructured content here **even though the lowlevel server

0 commit comments

Comments
 (0)