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

Method todo

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

* Get the todo list for a session

(options: Options<SessionTodoData, ThrowOnError>)

Source from the content-addressed store, hash-verified

511 * Get the todo list for a session
512 */
513 public todo<ThrowOnError extends boolean = false>(options: Options<SessionTodoData, ThrowOnError>) {
514 return (options.client ?? this._client).get<SessionTodoResponses, SessionTodoErrors, ThrowOnError>({
515 url: "/session/{id}/todo",
516 ...options,
517 })
518 }
519
520 /**
521 * Analyze the app and create an AGENTS.md file

Callers 1

syncFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected