MCPcopy Create free account
hub / github.com/ScalingIntelligence/tokasaurus / ServerArgs

Class ServerArgs

tokasaurus/utils.py:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336
337@dataclass
338class ServerArgs:
339 args: list[str]
340 start_server: bool = True
341 port: int | None = None
342
343
344@contextmanager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected