Cleanup the server. For example, this might mean closing a subprocess or closing a network connection.
(self)
| 277 | |
| 278 | @abc.abstractmethod |
| 279 | async def cleanup(self): |
| 280 | """Cleanup the server. For example, this might mean closing a subprocess or |
| 281 | closing a network connection. |
| 282 | """ |
| 283 | pass |
| 284 | |
| 285 | @abc.abstractmethod |
| 286 | async def list_tools( |
no outgoing calls
no test coverage detected