opencode-orchestrator-mcp 0.3.2

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

<!-- BEGIN:xtask:autogen header -->
- Crate: opencode-orchestrator-mcp
- Path: apps/opencode-orchestrator-mcp/
- Role: app
- Family: agentic-tools
- Integrations: mcp=true, logging=true, napi=false
<!-- END:xtask:autogen -->

## Overview

Briefly describe the purpose of this crate and how to use it.

## Quick Commands

<!-- BEGIN:xtask:autogen commands -->
```bash
# Lint & Clippy
cargo fmt -p opencode-orchestrator-mcp -- --check
cargo clippy -p opencode-orchestrator-mcp --all-targets -- -D warnings

# Tests
cargo test -p opencode-orchestrator-mcp

# Build
cargo build -p opencode-orchestrator-mcp
```
<!-- END:xtask:autogen -->

## Notes

Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.