We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d1a7f commit b738f1bCopy full SHA for b738f1b
tests/server/fastmcp/test_tool_manager.py
@@ -40,7 +40,7 @@ class AddArguments(ArgModelBase):
40
a: int
41
b: int
42
43
- fn_metadata = FuncMetadata(arg_model=AddArguments)
+ fn_metadata = FuncMetadata(arg_model=AddArguments, output_schema=None)
44
45
original_tool = Tool(
46
name="add",
0 commit comments