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