MCPcopy
hub / github.com/coder/mux / buildBackgroundStartNote

Function buildBackgroundStartNote

src/node/services/tools/task.ts:233–237  ·  view source on GitHub ↗
(taskCount: number)

Source from the content-addressed store, hash-verified

231}
232
233function buildBackgroundStartNote(taskCount: number): string {
234 return taskCount === 1
235 ? "Task started in background. Use task_await to monitor progress."
236 : "Tasks started in background. Use task_await to monitor progress.";
237}
238
239function buildForegroundContinuationNote(
240 taskCount: number,

Callers 1

createTaskToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected