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