MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / ProtocolState

Class ProtocolState

s19_mcp_plugin/code.py:347–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345
346@dataclass
347class ProtocolState:
348 request_id: str
349 type: str
350 sender: str
351 target: str
352 status: str
353 payload: str
354 created_at: float = field(default_factory=time.time)
355
356
357pending_requests: dict[str, ProtocolState] = {}

Callers 2

_teammate_submit_planFunction · 0.70
run_request_shutdownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected