diff --git a/src/vmk_data_mcp/db.py b/src/vmk_data_mcp/db.py index 5f36bd4..f7b3bd6 100644 --- a/src/vmk_data_mcp/db.py +++ b/src/vmk_data_mcp/db.py @@ -35,7 +35,6 @@ "bathroom_type", "parking_type", "heating_type", - "layout_type", "window_view", "metro_station", "metro_distance_type", diff --git a/src/vmk_data_mcp/tools.py b/src/vmk_data_mcp/tools.py index ec78f8c..e55b22f 100644 --- a/src/vmk_data_mcp/tools.py +++ b/src/vmk_data_mcp/tools.py @@ -455,18 +455,6 @@ "values": ["central", "autonomous", "individual", "none"], "description": "Тип отопления", }, - "layout_type": { - "type": "enum", - "values": [ - "studio", - "one_room", - "two_room", - "three_room", - "four_room_plus", - "duplex", - ], - "description": "Тип планировки", - }, "window_view": { "type": "enum", "values": ["courtyard", "street", "park", "water", "mixed"],