(self, method, params=None)
| 98 | raise McpError("timeout waiting for id=%d" % rid) |
| 99 | |
| 100 | def notify(self, method, params=None): |
| 101 | self._send({"jsonrpc": "2.0", "method": method, "params": params or {}}) |
| 102 | |
| 103 | def initialize(self, timeout=60): |
| 104 | resp = self.request("initialize", { |