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

Function ifc_docs

src/ifcmcp/ifcmcp/server.py:101–102  ·  view source on GitHub ↗
(function_path: str)

Source from the content-addressed store, hash-verified

99
100 @server.tool()
101 def ifc_docs(function_path: str) -> dict:
102 return session.ifc_docs(function_path=function_path)
103
104 @server.tool()
105 def ifc_edit(function_path: str, params: str = "{}") -> dict:

Callers

nothing calls this directly

Calls 1

ifc_docsMethod · 0.80

Tested by

no test coverage detected