Take OCaml odoc output into MCP
1I wish to turn JSON files output by odoc-driver (an OCaml documentation generator) into succinct Markdown that is a │
2good input to a coding model such as you. Look at │
3_html/mirage-crypto/mirage-crypto/Mirage_crypto/DES/CTR/index.html.json as one such example, with more being in _html/ │
4but be aware there are thousands of files. Write me a odoc2llm.py Python script that uses Beautiful Soup and JSON │
5parsing to crunch up just the relevant signatures and crosslinks into a _single_ markdown file from the _html │
6directory