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

Method __init__

src/communications/destination_http.py:15–16  ·  view source on GitHub ↗
(self, params_dict)

Source from the content-addressed store, hash-verified

13
14class HttpDestination(destination_base.Destination):
15 def __init__(self, params_dict):
16 self._communicator = _create_communicator(params_dict)
17
18 def send(self, title, body, files=None):
19 content_type = None

Callers

nothing calls this directly

Calls 1

_create_communicatorFunction · 0.70

Tested by

no test coverage detected