MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / call_tool

Method call_tool

benchmarks/run_benchmarks.py:259–260  ·  view source on GitHub ↗
(self, name: str, arguments: dict)

Source from the content-addressed store, hash-verified

257 self._write({"jsonrpc": "2.0", "method": method, "params": params})
258
259 def call_tool(self, name: str, arguments: dict) -> dict:
260 return self._request("tools/call", {"name": name, "arguments": arguments})
261
262 @staticmethod
263 def first_node_id(search_resp: dict) -> str | None:

Callers 1

benchmark_tracedecayFunction · 0.45

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected