MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / load_catalog

Function load_catalog

scripts/generate_classification_pages.py:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48
49def load_catalog():
50 with open(CATALOG_PATH, encoding="utf-8") as f:
51 return json.load(f)
52
53
54def build_tree(catalog):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected