MCPcopy Create free account
hub / github.com/GerevAI/gerev / has_prerequisites

Method has_prerequisites

app/data_source/api/base_data_source.py:84–88  ·  view source on GitHub ↗

Data sources that require some prerequisites to be installed before they can be used should override this method

()

Source from the content-addressed store, hash-verified

82
83 @staticmethod
84 def has_prerequisites() -> bool:
85 """
86 Data sources that require some prerequisites to be installed before they can be used should override this method
87 """
88 return False
89
90 @staticmethod
91 def list_locations(config: Dict) -> List[Location]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected