Skip to content

Commit 2c87de7

Browse files
committed
docs: add separate badges for build, tests, and publish status
- Added Build Status section with CI build and test badges - Added Release Status section with semantic-release and publish badges - Added npm downloads badge - Added codecov badge placeholder for coverage tracking - Organized badges into logical sections for better readability
1 parent 8e094a7 commit 2c87de7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
[![npm version](https://img.shields.io/npm/v/mcp-wayback-machine.svg)](https://www.npmjs.com/package/mcp-wayback-machine)
44
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
5-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Mearman/mcp-wayback-machine/ci.yml?branch=main)](https://github.com/Mearman/mcp-wayback-machine/actions)
5+
[![npm downloads](https://img.shields.io/npm/dm/mcp-wayback-machine.svg)](https://www.npmjs.com/package/mcp-wayback-machine)
6+
7+
## Build Status
8+
[![CI Build](https://github.com/Mearman/mcp-wayback-machine/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Mearman/mcp-wayback-machine/actions/workflows/ci.yml)
9+
[![Tests](https://img.shields.io/badge/tests-58%20passed-brightgreen)](https://github.com/Mearman/mcp-wayback-machine/actions/workflows/ci.yml)
10+
[![codecov](https://codecov.io/gh/Mearman/mcp-wayback-machine/graph/badge.svg?token=YOUR_TOKEN)](https://codecov.io/gh/Mearman/mcp-wayback-machine)
11+
12+
## Release Status
13+
[![Release](https://github.com/Mearman/mcp-wayback-machine/actions/workflows/semantic-release.yml/badge.svg)](https://github.com/Mearman/mcp-wayback-machine/actions/workflows/semantic-release.yml)
14+
[![npm publish](https://img.shields.io/badge/npm-published-brightgreen)](https://www.npmjs.com/package/mcp-wayback-machine)
15+
[![GitHub Package](https://img.shields.io/badge/GitHub%20Package-published-brightgreen)](https://github.com/Mearman/mcp-wayback-machine/packages)
616

717
An MCP (Model Context Protocol) server and CLI tool for interacting with the Internet Archive's Wayback Machine without requiring API keys.
818

0 commit comments

Comments
 (0)