(function_path: str, params: str = "{}")
| 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() |