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

Method call_tool

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

Source from the content-addressed store, hash-verified

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

Callers 1

index_and_countFunction · 0.80

Calls 1

requestMethod · 0.95

Tested by 1

index_and_countFunction · 0.64