MCPcopy
hub / github.com/codeaashu/claude-code / send

Method send

web/lib/api/messages.ts:58–58  ·  view source on GitHub ↗

* Send a user message in a conversation and stream the assistant response. * The caller is responsible for reading the conversation history from the * store and providing it in `history`.

(
    conversationId: string,
    content: string,
    history: Message[],
    opts?: SendOptions
  )

Source from the content-addressed store, hash-verified

56 * store and providing it in `history`.
57 */
58 send(
59 conversationId: string,
60 content: string,
61 history: Message[],

Callers 15

sendControlResponseMethod · 0.65
sendControlRequestMethod · 0.65
sendMethod · 0.65
checkStsCallerIdentityFunction · 0.65
bedrock.tsFile · 0.65
AppClass · 0.65
openTunnelFunction · 0.65
sendKeepaliveFunction · 0.65
forwardToWsFunction · 0.65
sendLineMethod · 0.65
sendWithRetryMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected