MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / get

Method get

tests/test_retrieval_disabled_mode.py:324–325  ·  view source on GitHub ↗
(self, url, **kwargs)

Source from the content-addressed store, hash-verified

322 return None
323
324 async def get(self, url, **kwargs):
325 return _json_response(200, {'status': 'healthy'}, url)
326
327 async def post(self, url, **kwargs):
328 calls.append({'url': url, **kwargs})

Calls 1

_json_responseFunction · 0.85

Tested by

no test coverage detected