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

Method close

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

Source from the content-addressed store, hash-verified

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

Callers 5

__exit__Method · 0.95
followFunction · 0.80
run_seriesFunction · 0.80
free_portFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

free_portFunction · 0.64
mainFunction · 0.64