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 9db284b commit 3b28fbaCopy full SHA for 3b28fba
tests/server/fastmcp/test_func_metadata.py
@@ -459,7 +459,7 @@ def test_simple_function_output_schema():
459
460
461
def test_complex_function_output_schema():
462
- """Test JSON schema generation for simple return types."""
+ """Test JSON schema generation for complex return types."""
463
464
assert func_metadata(complex_model_fun).output_schema == {
465
"type": "object",
0 commit comments