MCPcopy Create free account
hub / github.com/a943512/PyAibote / stop_server

Method stop_server

PyAibote/Tool/SocketServer.py:32–37  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30
31
32 def stop_server(self):
33 try:
34 self.server.shutdown()
35 self.server.server_close()
36 except Exception as e:
37 print(f"Server Close")
38
39
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected