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

Function ifc_select

src/ifcmcp/ifcmcp/server.py:66–67  ·  view source on GitHub ↗
(query: str)

Source from the content-addressed store, hash-verified

64
65 @server.tool()
66 def ifc_select(query: str) -> list[dict[str, Any]]:
67 return session.ifc_select(query)
68
69 @server.tool()
70 def ifc_relations(element_id: int, traverse: str = "") -> dict[str, Any] | list[dict[str, Any]]:

Callers

nothing calls this directly

Calls 1

ifc_selectMethod · 0.80

Tested by

no test coverage detected