MCPcopy Create free account
hub / github.com/Exorust/Adkit-MCP / __init__

Method __init__

tests/test_match_service.py:70–72  ·  view source on GitHub ↗
(self, hits: list[VectorHit] | None = None)

Source from the content-addressed store, hash-verified

68 """Returns canned hits; records calls for assertions."""
69
70 def __init__(self, hits: list[VectorHit] | None = None):
71 self.hits = hits if hits is not None else list(SAMPLE_HITS)
72 self.last_query_args: dict | None = None
73
74 def query(self, vector, vector_filter, top_k):
75 self.last_query_args = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected