Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ ifc_shape_list
Function
ifc_shape_list
src/ifcmcp/ifcmcp/server.py:131–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
# ---- Shape builder ----
130
@server.tool()
131
def
ifc_shape_list() -> list[dict]:
132
return
session.ifc_shape_list()
133
134
@server.tool()
135
def
ifc_shape_docs(method: str) -> dict:
Callers
nothing calls this directly
Calls
1
ifc_shape_list
Method · 0.80
Tested by
no test coverage detected