Skip to content

Commit b738f1b

Browse files
committed
fixed failing test
1 parent 76d1a7f commit b738f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_tool_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class AddArguments(ArgModelBase):
4040
a: int
4141
b: int
4242

43-
fn_metadata = FuncMetadata(arg_model=AddArguments)
43+
fn_metadata = FuncMetadata(arg_model=AddArguments, output_schema=None)
4444

4545
original_tool = Tool(
4646
name="add",

0 commit comments

Comments
 (0)