Skip to content

Commit f85ec56

Browse files
committed
docs: Update README.md with additional badges for project status
- Added badges for GitHub release, build status, tests, Go version, license, Docker image size, Go report card, and MCP compatibility. - Enhanced visibility of project health and compatibility with MCP standards.
1 parent 3555c54 commit f85ec56

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# GitHub Actions Utils MCP Server
22

3+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/techprimate/github-actions-utils-cli?style=flat-square)](https://github.com/techprimate/github-actions-utils-cli/releases/latest)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/techprimate/github-actions-utils-cli/build.yml?branch=main&style=flat-square)](https://github.com/techprimate/github-actions-utils-cli/actions/workflows/build.yml)
5+
[![Tests](https://img.shields.io/github/actions/workflow/status/techprimate/github-actions-utils-cli/test.yml?branch=main&style=flat-square&label=tests)](https://github.com/techprimate/github-actions-utils-cli/actions/workflows/test.yml)
6+
[![Go Version](https://img.shields.io/github/go-mod/go-version/techprimate/github-actions-utils-cli?style=flat-square)](https://github.com/techprimate/github-actions-utils-cli/blob/main/go.mod)
7+
[![License](https://img.shields.io/github/license/techprimate/github-actions-utils-cli?style=flat-square)](https://github.com/techprimate/github-actions-utils-cli/blob/main/LICENSE)
8+
[![Docker Image Size](https://img.shields.io/docker/image-size/techprimate/github-actions-utils-cli/latest?style=flat-square)](https://hub.docker.com/r/techprimate/github-actions-utils-cli)
9+
[![Go Report Card](https://goreportcard.com/badge/github.com/techprimate/github-actions-utils-cli?style=flat-square)](https://goreportcard.com/report/github.com/techprimate/github-actions-utils-cli)
10+
[![MCP](https://img.shields.io/badge/MCP-compatible-blue?style=flat-square)](https://modelcontextprotocol.io)
11+
312
Connect AI tools directly to GitHub Actions. This MCP server gives AI agents, assistants, and chatbots the ability to fetch and analyze GitHub Action definitions, explore available inputs and outputs, and understand action configurations—all through natural language interactions.
413

514
### Use Cases

0 commit comments

Comments
 (0)