MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / close

Method close

tests/windows/mcp_stdio.py:137–150  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

135 return "".join(parts), None
136
137 def close(self):
138 if not self.proc:
139 return
140 try:
141 self.proc.stdin.close()
142 except Exception:
143 pass
144 try:
145 self.proc.wait(timeout=10)
146 except Exception:
147 try:
148 self.proc.kill()
149 except Exception:
150 pass

Callers 15

__exit__Method · 0.95
_download_httpsFunction · 0.45
_acquire_runtime_lockFunction · 0.45
_release_runtime_lockFunction · 0.45
start_suiteFunction · 0.45
record_resultFunction · 0.45
run_waveFunction · 0.45
mainFunction · 0.45

Calls 1

waitMethod · 0.80

Tested by 14

start_suiteFunction · 0.36
record_resultFunction · 0.36
run_waveFunction · 0.36
mainFunction · 0.36
lock_statusFunction · 0.36
read_private_pid_fieldsFunction · 0.36
close_inputMethod · 0.36
cleanupMethod · 0.36
mainFunction · 0.36