Skip to content

Releases: zavora-ai/mcp-cicd

v1.1.0

24 May 10:45

Choose a tag to compare

What's New

  • HealthCheck — implements adk_mcp_sdk::HealthCheck trait for registry monitoring
  • mcp-server.toml — manifest declaring tools, risk classes, and credential bindings
  • Structured tracingtracing-subscriber with env-filter (RUST_LOG)
  • Rust edition 2024 — upgraded from 2021

Registry Compliance

This release makes the server fully compliant with the ADK MCP Registry contract.

v1.0.0 — CI/CD MCP Server

23 May 19:43

Choose a tag to compare

8 MCP tools for CI/CD pipeline management via GitHub Actions.

Tools

  • list_pipelines — list workflow runs
  • get_pipeline_run — run details with jobs
  • get_job_logs — job steps and status
  • rerun_job — re-run failed pipelines
  • download_ci_artifact — list/download artifacts
  • get_deployment_status — environment deployments
  • trigger_deployment — deploy to environment
  • cancel_pipeline — cancel running pipeline

Install

cargo install mcp-cicd
export GITHUB_TOKEN=ghp_xxxx