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

Function tool_fns

src/ifcmcp/tests/test_server.py:35–38  ·  view source on GitHub ↗

Return a dict of tool name → raw function from a freshly built server.

()

Source from the content-addressed store, hash-verified

33
34@pytest.fixture
35def tool_fns():
36 """Return a dict of tool name → raw function from a freshly built server."""
37 server = build_server()
38 return {t.name: t.fn for t in server._tool_manager.list_tools()}
39
40
41PNG_FAKE = b"\x89PNG\r\n\x1a\nFAKE"

Callers

nothing calls this directly

Calls 1

build_serverFunction · 0.90

Tested by

no test coverage detected