Skip to content

Releases: zavora-ai/adk-mcp-github

v1.3.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.2.1 — 38 Tools, Full Repo + Git Lifecycle

23 May 19:30

Choose a tag to compare

Complete GitHub + local git integration for ADK-Rust Enterprise agents.

38 Tools

GitHub API (30):

  • Search: search_repositories, search_code
  • Repos: get_repository, create_repository, fork_repository, delete_repository, list_branches, list_directory, list_tags
  • Files: get_file_contents, create_or_update_file
  • PRs: list_pull_requests, get_pull_request, get_pull_request_diff, create_pull_request, merge_pull_request, create_pull_request_review, list_pr_comments, add_pr_comment
  • Branches: create_branch, delete_branch
  • Commits: list_commits, get_commit
  • Issues: create_issue, update_issue
  • CI: list_workflow_runs, get_workflow_run
  • Releases: list_releases, create_release, create_release_note

Local Git (8):

  • git_clone, git_init, git_status, git_add, git_commit, git_push, git_tag, git_log

Install

cargo install adk-mcp-github
export GITHUB_TOKEN=ghp_xxxx

v1.1.0 — 24 Tools, Full PR Lifecycle

23 May 19:17

Choose a tag to compare

Added 11 tools for complete GitHub workflow coverage.

New Tools

  • create_pull_request — open PRs
  • merge_pull_request — merge (merge/squash/rebase)
  • list_pr_comments / add_pr_comment — PR discussions
  • create_branch / delete_branch — branch management
  • list_commits / get_commit — commit history
  • list_workflow_runs / get_workflow_run — CI/Actions status
  • create_or_update_file — push file changes via API
  • list_directory — browse repo tree

Install

cargo install adk-mcp-github

v1.0.0 — GitHub MCP Server

23 May 19:11

Choose a tag to compare

13 MCP tools for GitHub integration. Verified against live API.

Tools

  • search_repositories, get_repository, list_branches, get_file_contents
  • search_code, list_pull_requests, get_pull_request, get_pull_request_diff
  • create_pull_request_review, create_issue, update_issue
  • list_releases, create_release_note

Install

cargo install mcp-github
export GITHUB_TOKEN=ghp_xxxx