MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/cli/structuredIO.ts:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133const MAX_RESOLVED_TOOL_USE_IDS = 1000
134
135export class StructuredIO {
136 readonly structuredInput: AsyncGenerator<StdinMessage | SDKMessage>
137 private readonly pendingRequests = new Map<string, PendingRequest<unknown>>()
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected