CircleCI
CircleCI molecule for SixDegree. Discovers CircleCI organizations, projects, pipelines, workflows, and jobs for CI/CD tracking, and exposes MCP tools to trigger, cancel, rerun, and approve work.
- Discovery:
CircleCIOrganization,CircleCIProject,CircleCIPipeline,CircleCIWorkflow,CircleCIJob. Pipelines and workflows are linked back to the projects and repositories that produced them. - MCP: Action tools for controlling pipelines and workflows, plus hydration tools that refresh entity detail on demand.
| Name | Type | Purpose |
|---|---|---|
circleci_trigger_pipeline | Write | Trigger a new pipeline for a project. |
circleci_cancel_workflow | Write | Cancel a running workflow. |
circleci_rerun_workflow | Write | Rerun a workflow, optionally from failed. |
circleci_approve_job | Write | Approve a job awaiting manual approval. |
Hydration tools (circleci_hydrate_organization, circleci_hydrate_project, circleci_hydrate_pipeline, circleci_hydrate_workflow, circleci_hydrate_job) fetch full, current detail for a discovered entity.