Skip to content

Commit a66cb4a

Browse files
committed
docs: add badges to README for npm, coverage, and CI status
1 parent 46141af commit a66cb4a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A doc mcp server
44

5+
[![][npm-release-shield]][npm-release-link]
6+
[![][codecov-shield]][codecov-link]
7+
[![][github-release-date-shield]][github-release-date-link]
8+
[![][github-action-build-shield]][github-action-build-link]
9+
[![][github-license-shield]][github-license-link]
10+
511
## Setup
612

713
### Usage
@@ -39,3 +45,17 @@ On Window system:
3945
}
4046
}
4147
```
48+
49+
## License
50+
[MIT](LICENSE)
51+
52+
[npm-release-link]: https://www.npmjs.com/package/@my-mcp-hub/doc-mcp-server
53+
[npm-release-shield]: https://img.shields.io/npm/v/@my-mcp-hub/doc-mcp-server?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
54+
[codecov-link]: https://coveralls.io/github/my-mcp-hub/doc-mcp-server?branch=main
55+
[codecov-shield]: https://img.shields.io/coverallsCoverage/github/my-mcp-hub/doc-mcp-server?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
56+
[github-release-date-link]: https://github.com/my-mcp-hub/doc-mcp-server/releases
57+
[github-release-date-shield]: https://img.shields.io/github/release-date/my-mcp-hub/doc-mcp-server?color=1677FF&labelColor=black&style=flat-square
58+
[github-action-build-link]: https://github.com/my-mcp-hub/doc-mcp-server/actions/workflows/build.yml
59+
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/my-mcp-hub/doc-mcp-server/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
60+
[github-license-link]: https://github.com/my-mcp-hub/doc-mcp-server/blob/main/LICENSE
61+
[github-license-shield]: https://img.shields.io/github/license/my-mcp-hub/doc-mcp-server?color=1677FF&labelColor=black&style=flat-square

0 commit comments

Comments
 (0)