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

Method __init__

scripts/fetch_updates.py:1937–1941  ·  view source on GitHub ↗
(self, session: requests.Session, state: dict,
                 seed_mode: bool = False)

Source from the content-addressed store, hash-verified

1935 """
1936
1937 def __init__(self, session: requests.Session, state: dict,
1938 seed_mode: bool = False):
1939 self.session = session
1940 self.state = state
1941 self.seed_mode = seed_mode
1942
1943 def check(self, source_id: str, source: dict) -> Optional[dict]:
1944 url = source["url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected