MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / available

Method available

scripts/fetch_nmpa_fulltext.py:345–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343
344 @property
345 def available(self) -> bool:
346 return self.use_vertex or self.use_google
347
348 def search(self, query: str, num: int = 10) -> list[dict]:
349 if self.use_vertex:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected