update
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user