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

Function ifc_edit

src/ifcmcp/ifcmcp/server.py:105–106  ·  view source on GitHub ↗
(function_path: str, params: str = "{}")

Source from the content-addressed store, hash-verified

103
104 @server.tool()
105 def ifc_edit(function_path: str, params: str = "{}") -> dict:
106 return session.ifc_edit(function_path=function_path, params=params)
107
108 # ---- Extended query + edit ----
109 @server.tool()

Callers

nothing calls this directly

Calls 1

ifc_editMethod · 0.80

Tested by

no test coverage detected