MCPcopy
hub / github.com/diffgram/diffgram / get_from_connector

Function get_from_connector

shared/url_generation.py:81–84  ·  view source on GitHub ↗
(connector, params, log)

Source from the content-addressed store, hash-verified

79
80
81def get_from_connector(connector, params, log):
82 connector.connect()
83 response = connector.fetch_data(params)
84 return response, log
85
86
87def upload_thumbnail_for_connection_image(session: Session,

Callers 3

generate_text_token_urlFunction · 0.85

Calls 2

connectMethod · 0.45
fetch_dataMethod · 0.45

Tested by

no test coverage detected