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.
2 parents c158fd7 + b514752 commit 9125310Copy full SHA for 9125310
examples/test.py
tests/test_params.py
@@ -73,4 +73,4 @@ def test_invalid_json(self, tmp_path):
73
f.write("{ invalid json")
74
75
with pytest.raises(ValueError):
76
- MCPServersParams(str(invalid_json_file))
+ MCPServersParams(str(invalid_json_file))
0 commit comments