MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / tools_list

Method tools_list

tests/integration/test_mcp.py:161–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 )
160
161 def tools_list(self) -> list[dict]:
162 result = self.request("tools/list")
163 return result.get("tools", [])
164
165 def tools_call(self, name: str, arguments: Optional[dict] = None) -> dict:
166 return self.request("tools/call", {"name": name, "arguments": arguments or {}})

Calls 2

requestMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected