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

Method post

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

Source from the content-addressed store, hash-verified

325 return _json_response(200, {'status': 'healthy'}, url)
326
327 async def post(self, url, **kwargs):
328 calls.append({'url': url, **kwargs})
329 return _json_response(
330 200,
331 [{'title': 'PASA Paper', 'link': '2401.00001', 'snippet': 'abstract'}],
332 url,
333 )
334
335 monkeypatch.setattr(paper_search_module.httpx, 'AsyncClient', PasaAsyncClient)
336

Callers 5

_parse_via_mineruMethod · 0.80
_search_remoteMethod · 0.80
_read_remoteMethod · 0.80
test_search_endpointFunction · 0.80
_post_completionsMethod · 0.80

Calls 1

_json_responseFunction · 0.85

Tested by

no test coverage detected