Skip to content
Kitsy Docs Open COOP

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 console
  • github-pr.yml: creates or updates a GitHub PR when a task enters in_review, and merges it when the task reaches done

Examples:

Terminal window
coop transition task PM-101 in_review
coop webhook github --port 8787
coop serve --port 3847
coop-mcp --repo C:/path/to/repo

Use 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.