MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / call_tool

Method call_tool

tests/windows/mcp_stdio.py:125–127  ·  view source on GitHub ↗
(self, name, arguments, timeout=180)

Source from the content-addressed store, hash-verified

123 return resp["result"]["tools"]
124
125 def call_tool(self, name, arguments, timeout=180):
126 return self.request("tools/call",
127 {"name": name, "arguments": arguments}, timeout=timeout)
128
129 @staticmethod
130 def tool_text(resp):

Callers 3

graph_function_countFunction · 0.80
mainFunction · 0.80
index_and_countFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by 3

graph_function_countFunction · 0.64
mainFunction · 0.64
index_and_countFunction · 0.64