This commit is contained in:
2026-02-14 18:18:34 +01:00
parent ecc87cbb65
commit a00b6a0ba2
4 changed files with 29 additions and 6 deletions

View File

@@ -183,9 +183,9 @@ def test_all_mcp_tools_discoverable(client):
for tool in tools:
assert "name" in tool
assert "description" in tool
assert "input_schema" in tool
assert "inputSchema" in tool
assert tool["description"] # Not empty
assert "type" in tool["input_schema"]
assert "type" in tool["inputSchema"]
def test_error_responses_include_helpful_messages(client):