Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ ifc_shape
Function
ifc_shape
src/ifcmcp/ifcmcp/server.py:139–140 ·
view source on GitHub ↗
(method: str, params: str = "{}")
Source
from the content-addressed store, hash-verified
137
138
@server.tool()
139
def
ifc_shape(method: str, params: str =
"{}"
) -> dict:
140
return
session.ifc_shape(method=method, params=params)
141
142
@server.tool(structured_output=False)
143
def
ifc_plot(
Callers
nothing calls this directly
Calls
1
ifc_shape
Method · 0.80
Tested by
no test coverage detected