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

Function ifc_shape_docs

src/ifcmcp/ifcmcp/server.py:135–136  ·  view source on GitHub ↗
(method: str)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls 1

ifc_shape_docsMethod · 0.80

Tested by

no test coverage detected