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

Method __init__

scripts/fetch_updates.py:956–958  ·  view source on GitHub ↗
(self, api_key: str, state: dict)

Source from the content-addressed store, hash-verified

954 GUIDANCE_URL = "https://api.fda.gov/other/guidance.json"
955
956 def __init__(self, api_key: str, state: dict):
957 self.api_key = api_key
958 self.state = state
959
960 def check(self, source_id: str, source: dict) -> Optional[dict]:
961 prev = self.state.get(source_id, {})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected