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

Method write

tests/test_helpers.py:42–43  ·  view source on GitHub ↗
(self, command)

Source from the content-addressed store, hash-verified

40 return {'data': 'test output', 'prompt': 'msf6 > ', 'busy': False}
41
42 def write(self, command):
43 return True
44
45class MockMsfRpcError(Exception):
46 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected