Documentation
README
Quick Start โ MCP Task Orchestrator
Interactive onboarding that teaches by doing. Detects your workspace state and adapts.
Step 1: Detect Workspace State
Resolve the project rootId first: check session context for a rootId injected by the SessionStart hook, or read .taskorchestrator/config.yaml's top-level project.rootId (a file read, not an MCP call).
Call the health check to determine which path to follow:
get_context()
When a rootId is known, pass it to scope the check to this project: get_context(ancestorId="<rootId>"). When no rootId is known โ the common case for a truly fresh workspace, or one that hasn't been bootstrapped yet โ call unscoped exactly as shown.
This is the opening of the README. Read the full README on GitHub.