diff --git a/.changeset/update-npm-badges.md b/.changeset/update-npm-badges.md new file mode 100644 index 0000000..3809da6 --- /dev/null +++ b/.changeset/update-npm-badges.md @@ -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 diff --git a/README.md b/README.md index ace45e7..88f600b 100644 --- a/README.md +++ b/README.md @@ -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).