# CLAUDE.md - opencode-orchestrator-mcp
- Crate: opencode-orchestrator-mcp
- Path: apps/opencode-orchestrator-mcp/
- Role: app
- Family: agentic-tools
- Integrations: mcp=true, logging=true, napi=false
## Overview
Briefly describe the purpose of this crate and how to use it.
## Quick 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
```
## Notes
Add any human-authored notes below. Content outside autogen blocks is preserved by xtask sync.