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

Function new_request_id

s19_mcp_plugin/code.py:360–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358
359
360def new_request_id() -> str:
361 return f"req_{random.randint(0, 999999):06d}"
362
363
364def match_response(response_type: str, request_id: str, approve: bool):

Callers 2

_teammate_submit_planFunction · 0.70
run_request_shutdownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected