You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a small read-only MCP (Model Context Protocol) server exposing live pipeline state as typed tools, authored with the mcp-builder skill (owner has it on claude.ai; install into ~/.claude/skills/ on the server to use in Claude Code sessions).
Candidate tools (finalize after streaming shakedown shows which counters matter):
Every session re-derives docker-exec ORM one-liners for the same status queries; typed tools kill that repeat cost.
As a remote connector it can give owner-side claude.ai/phone sessions live pipeline visibility, pairing with the Signal workflow.
Constraints: strictly read-only (no authorization-gate surface); index-not-store unaffected (metadata only); defer build until post-#450 shakedown so the tool list is driven by measured needs, not guesses.
Build a small read-only MCP (Model Context Protocol) server exposing live pipeline state as typed tools, authored with the mcp-builder skill (owner has it on claude.ai; install into ~/.claude/skills/ on the server to use in Claude Code sessions).
Candidate tools (finalize after streaming shakedown shows which counters matter):
Motivation:
Constraints: strictly read-only (no authorization-gate surface); index-not-store unaffected (metadata only); defer build until post-#450 shakedown so the tool list is driven by measured needs, not guesses.