Plugins and Integrations
Plugins and Integrations
COOP keeps integrations explicit through plugin manifests and command surfaces rather than hiding them behind opaque background services.
Current examples in the repository include:
console-log.yml: logs task transition events to the consolegithub-pr.yml: creates or updates a GitHub PR when a task entersin_review, and merges it when the task reachesdone
Examples:
coop transition task PM-101 in_reviewcoop webhook github --port 8787coop serve --port 3847coop-mcp --repo C:/path/to/repoUse the API server when another COOP workspace needs cross-repo dependency reads. Use MCP when an editor or agent runtime needs structured access to COOP tools and resources.
See Plugins and Hooks for manifest shape and config details.