MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / _tool_map

Function _tool_map

tests/test_retrieval_disabled_mode.py:41–42  ·  view source on GitHub ↗
(runtime: ReviewRuntimeContext)

Source from the content-addressed store, hash-verified

39
40
41def _tool_map(runtime: ReviewRuntimeContext) -> dict[str, object]:
42 return {tool.name: tool for tool in build_review_tools(runtime)}
43
44
45def _invoke_tool(tool, runtime: ReviewRuntimeContext, payload: dict) -> dict:

Calls 1

build_review_toolsFunction · 0.90

Tested by

no test coverage detected