MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / __init__

Method __init__

core/config.py:43–46  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

41 user_agent: str = "SecuritySuite/0.2.0 (https://github.com/security-suite)"
42
43 # Rate limiting
44 requests_per_second: float = 5.0
45
46 def __init__(self, **kwargs):
47 super().__init__(**kwargs)
48 # Ensure data directory exists
49 self.data_dir.mkdir(parents=True, exist_ok=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected