Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/update-npm-badges.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"act-testing-mcp": patch
---

fix: update npm badge and add status badges

- Replace broken badge.fury.io npm badge with reliable shields.io version
- Add npm downloads badge to show package adoption
- Add CI status badge for build health visibility
- Improve README presentation and discoverability
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Act Testing MCP

[![npm version](https://badge.fury.io/js/act-testing-mcp.svg)](https://badge.fury.io/js/act-testing-mcp)
[![npm version](https://img.shields.io/npm/v/act-testing-mcp.svg)](https://www.npmjs.com/package/act-testing-mcp)
[![npm downloads](https://img.shields.io/npm/dm/act-testing-mcp.svg)](https://www.npmjs.com/package/act-testing-mcp)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![CI](https://github.com/GarthDB/act-testing-mcp/workflows/CI/badge.svg)](https://github.com/GarthDB/act-testing-mcp/actions)

Model Context Protocol (MCP) server for testing GitHub Actions workflows locally using [nektos/act](https://github.com/nektos/act).

Expand Down