LICENSE
README.md
pyproject.toml
best_cad_mcp.egg-info/PKG-INFO
best_cad_mcp.egg-info/SOURCES.txt
best_cad_mcp.egg-info/dependency_links.txt
best_cad_mcp.egg-info/entry_points.txt
best_cad_mcp.egg-info/requires.txt
best_cad_mcp.egg-info/top_level.txt
scripts/verify_autocad_mcp_tools.py
src/__init__.py
src/cad_controller.py
src/cad_data_model.py
src/cad_database.py
src/cad_utils.py
src/server.py
src/cad_tools/__init__.py
src/cad_tools/advanced_tools.py
src/cad_tools/attribute_tools.py
src/cad_tools/block_tools.py
src/cad_tools/dimension_tools.py
src/cad_tools/drawing_tools.py
src/cad_tools/edit_tools.py
src/cad_tools/file_tools.py
src/cad_tools/hatch_tools.py
src/cad_tools/layer_tools.py
src/cad_tools/polyline_tools.py
src/cad_tools/query_tools.py
src/cad_tools/solid_tools.py
src/cad_tools/text_tools.py
src/cad_tools/utility_tools.py
src/cad_tools/view_tools.py
src/cad_understanding/__init__.py
src/cad_understanding/analysis.py
src/cad_understanding/common.py
src/cad_understanding/constraints.py
src/cad_understanding/ir.py
src/cad_understanding/ir_builder.py
src/cad_understanding/plan.py
src/cad_understanding/resources.py
src/cad_understanding/result.py
src/cad_understanding/semantic_graph.py
src/cad_understanding/validators.py
src/cad_understanding/view_grounding.py
tests/test_all_interfaces.py
tests/test_cad_ir_builder.py
tests/test_cad_understanding_end_to_end.py
tests/test_cad_understanding_result.py
tests/test_constraints.py
tests/test_plan_dsl.py
tests/test_semantic_graph.py
tests/test_understanding_interfaces.py
tests/test_validators.py
tests/test_view_grounding_math.py