(method: str)
| 133 | |
| 134 | @server.tool() |
| 135 | def ifc_shape_docs(method: str) -> dict: |
| 136 | return session.ifc_shape_docs(method=method) |
| 137 | |
| 138 | @server.tool() |
| 139 | def ifc_shape(method: str, params: str = "{}") -> dict: |
nothing calls this directly
no test coverage detected