Added a new Behave BDD feature file:
- features/tdd_mcp_infer_resource_slots_null_properties.feature, containing
a TDD scenario tagged @tdd_issue @tdd_issue_10470 @tdd_expected_fail that
demonstrates the bug where MCPToolAdapter.infer_resource_slots() raises
TypeError when the input schema has {"properties": None}.
Added features/steps/tdd_mcp_infer_resource_slots_null_properties_steps.py:
- Step definitions for the feature file.
ISSUES CLOSED: #10470