opencode-orchestrator-mcp 0.2.0

MCP server for orchestrator-style agents to spawn and manage OpenCode sessions
Documentation
# opencode-orchestrator-mcp

App-local MCP orchestrator for running OpenCode sessions and handling permission flows.

## Quick Commands

```bash
cd apps/opencode-orchestrator-mcp

just test
just check
just build
```

## Integration tests (environment-gated)

Integration tests are `#[ignore]` by default and require a working `opencode` binary plus local provider configuration.

## Local timeout smoke (recommended)

1. `just test`
2. Primary: `just integration-test-one prompt_completes_and_extracts_response`
3. Secondary: `just integration-test-one unknown_command_errors_fast`
4. Optional: `just integration-test-verbose`

## Non-routine tests

`tests/activity_timeout_wiremock.rs` paused-time tests are ignored/flaky and not routine local validation targets.