prospector/@packages/mcp-orchestrator
Natalie 57c497989c
Some checks failed
CI / verify (push) Failing after 42s
feat(mcp-orchestrator): scaffold AI streaming orchestrator MCP + design doc
Add the third prospector interface: an AI-facing streaming orchestrator MCP
that sits above the raw mcp-prospector adapter and alongside the operator PWA.
It ticks the system, reports status, detects items needing a human, raises
dedup'd nudges, and drives the GO/PAUSE/AWAY kill-switch — but never sends
(every send stays behind Gate-2 + the human_owned floor).

- @packages/mcp-orchestrator: package.json + tsconfig + src/{index,client,
  nudges,types}.ts. Six tools (orchestrate_tick, status_report, list_nudges,
  ack_nudge, set_mode, drive_loop) wired to the real REST surface; detection/
  loop logic left as documented PENDING stubs. Typechecks + builds clean.
- docs/features/ai-orchestrator.md: responsibilities, tool surface, streaming/
  nudge loop, nudge rules mapped to verified live endpoints, reuse + safety,
  open decisions.
- register the package in the root workspaces.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 10:23:52 -04:00
..
src feat(mcp-orchestrator): scaffold AI streaming orchestrator MCP + design doc 2026-06-30 10:23:52 -04:00
package.json feat(mcp-orchestrator): scaffold AI streaming orchestrator MCP + design doc 2026-06-30 10:23:52 -04:00
tsconfig.json feat(mcp-orchestrator): scaffold AI streaming orchestrator MCP + design doc 2026-06-30 10:23:52 -04:00