MCPcopy Create free account
hub / github.com/GH05TCREW/MetasploitMCP / read

Method read

tests/test_helpers.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self.cid = cid
38
39 def read(self):
40 return {'data': 'test output', 'prompt': 'msf6 > ', 'busy': False}
41
42 def write(self, command):
43 return True

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected