MCPcopy Create free account
hub / github.com/bugy/script-server / __init__

Method __init__

src/communications/destination_script.py:13–14  ·  view source on GitHub ↗
(self, params_dict, process_invoker: ProcessInvoker)

Source from the content-addressed store, hash-verified

11
12class ScriptDestination(destination_base.Destination):
13 def __init__(self, params_dict, process_invoker: ProcessInvoker):
14 self._communicator = _create_communicator(params_dict, process_invoker)
15
16 def send(self, title, body, files=None):
17 environment_variables = None

Callers

nothing calls this directly

Calls 1

_create_communicatorFunction · 0.70

Tested by

no test coverage detected