Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ ifc_load
Function
ifc_load
src/ifcmcp/ifcmcp/server.py:41–42 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
39
40
@server.tool()
41
def
ifc_load(path: str) -> str:
42
return
session.ifc_load(path)
43
44
@server.tool()
45
def
ifc_save(path: str =
""
) -> str:
Callers
nothing calls this directly
Calls
1
ifc_load
Method · 0.80
Tested by
no test coverage detected