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

Method tools_list

tests/windows/mcp_stdio.py:115–119  ·  view source on GitHub ↗
(self, timeout=60)

Source from the content-addressed store, hash-verified

113 return resp
114
115 def tools_list(self, timeout=60):
116 resp = self.request("tools/list", {}, timeout=timeout)
117 if "error" in resp:
118 raise McpError("tools/list error: %r" % resp["error"])
119 return resp["result"]["tools"]
120
121 def call_tool(self, name, arguments, timeout=180):
122 return self.request("tools/call",

Callers

nothing calls this directly

Calls 2

requestMethod · 0.95
McpErrorClass · 0.85

Tested by

no test coverage detected