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

Method __init__

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

Source from the content-addressed store, hash-verified

1717 """
1718
1719 def __init__(self, session: requests.Session, state: dict,
1720 seed_mode: bool = False):
1721 self.session = session
1722 self.state = state
1723 self.seed_mode = seed_mode
1724
1725 def check(self, source_id: str, source: dict) -> Optional[dict]:
1726 url = source["url"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected