MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / _next

Method _next

scripts/mcp_probe/probe.py:129–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127 # ------------------------------------------------------------------ low-level
128
129 def _next(self) -> int:
130 self._id += 1
131 return self._id
132
133 def _send(self, msg: dict) -> None:
134 assert self.proc.stdin is not None

Callers 2

__init__Method · 0.95
callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected