MCPcopy Create free account
hub / github.com/Louisym/MiniCC / build_tool_backlog

Function build_tool_backlog

src/tools.py:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def build_tool_backlog() -> PortingBacklog:
41 return PortingBacklog(title='Tool surface', modules=list(PORTED_TOOLS))
42
43
44def tool_names() -> list[str]:

Callers 1

render_summaryMethod · 0.85

Calls 1

PortingBacklogClass · 0.85

Tested by

no test coverage detected