MCPcopy Create free account
hub / github.com/arctic-cli/interface / messages

Method messages

packages/sdk/js/src/gen/sdk.gen.ts:605–610  ·  view source on GitHub ↗

* List messages for a session

(options: Options<SessionMessagesData, ThrowOnError>)

Source from the content-addressed store, hash-verified

603 * List messages for a session
604 */
605 public messages<ThrowOnError extends boolean = false>(options: Options<SessionMessagesData, ThrowOnError>) {
606 return (options.client ?? this._client).get<SessionMessagesResponses, SessionMessagesErrors, ThrowOnError>({
607 url: "/session/{id}/message",
608 ...options,
609 })
610 }
611
612 /**
613 * Create and send a new message to a session

Callers 14

aggregateStatsFunction · 0.45
export.tsFile · 0.45
aggregateStatsFunction · 0.45
sync.tsxFile · 0.45
syncFunction · 0.45
benchmarkFanoutFunction · 0.45
revertFunction · 0.45
cleanupFunction · 0.45
latestSnapshotFunction · 0.45
resolveSessionModelFunction · 0.45
summary.tsFile · 0.45
pruneFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected