MCPcopy Create free account
hub / github.com/cursor/plugins / Args

Interface Args

orchestrate/skills/orchestrate/scripts/tools/nudge-root.ts:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface Args {
36 agentId: string;
37 message: string;
38 waitIdle: boolean;
39 maxWaitMs: number;
40 pollMs: number;
41}
42
43type MessageSource =
44 | { kind: "inline"; text: string }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected