MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / ifc_list

Function ifc_list

src/ifcmcp/ifcmcp/server.py:97–98  ·  view source on GitHub ↗
(module: str = "")

Source from the content-addressed store, hash-verified

95 # ---- Edit ----
96 @server.tool()
97 def ifc_list(module: str = "") -> list[dict]:
98 return session.ifc_list(module=module)
99
100 @server.tool()
101 def ifc_docs(function_path: str) -> dict:

Callers

nothing calls this directly

Calls 1

ifc_listMethod · 0.80

Tested by

no test coverage detected