Skip to content

Commit 6f03f71

Browse files
committed
docs: add status badges to README files
1 parent 7943dc4 commit 6f03f71

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# create-mcp-kit
22
A CLI tool to create MCP (Model Context Protocol) applications with ease.
33

4+
[![][npm-release-shield]][npm-release-link]
5+
[![][codecov-shield]][codecov-link]
6+
[![][github-release-date-shield]][github-release-date-link]
7+
[![][github-action-build-shield]][github-action-build-link]
8+
[![][github-license-shield]][github-license-link]
9+
410
## Features
511
- 🚀 Quick project scaffolding
612
- 📦 TypeScript support out of the box
@@ -123,3 +129,14 @@ This project exists thanks to all the people who contribute.
123129
## License
124130

125131
[MIT](LICENSE) © MichaelSun
132+
133+
[npm-release-link]: https://www.npmjs.com/package/create-mcp-kit
134+
[npm-release-shield]: https://img.shields.io/npm/v/create-mcp-kit?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
135+
[codecov-link]: https://coveralls.io/github/my-mcp-hub/mcp-kit?branch=main
136+
[codecov-shield]: https://img.shields.io/coverallsCoverage/github/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
137+
[github-release-date-link]: https://github.com/my-mcp-hub/mcp-kit/releases
138+
[github-release-date-shield]: https://img.shields.io/github/release-date/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square
139+
[github-action-build-link]: https://github.com/my-mcp-hub/mcp-kit/actions/workflows/build.yml
140+
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/my-mcp-hub/mcp-kit/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
141+
[github-license-link]: https://github.com/my-mcp-hub/mcp-kit/blob/main/LICENSE
142+
[github-license-shield]: https://img.shields.io/github/license/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square

packages/create-mcp-kit/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# create-mcp-kit
22
A CLI tool to create MCP (Model Context Protocol) applications with ease.
33

4+
[![][npm-release-shield]][npm-release-link]
5+
[![][codecov-shield]][codecov-link]
6+
[![][github-release-date-shield]][github-release-date-link]
7+
[![][github-action-build-shield]][github-action-build-link]
8+
[![][github-license-shield]][github-license-link]
9+
410
## Features
511
- 🚀 Quick project scaffolding
612
- 📦 TypeScript support out of the box
@@ -123,3 +129,14 @@ This project exists thanks to all the people who contribute.
123129
## License
124130

125131
[MIT](LICENSE) © MichaelSun
132+
133+
[npm-release-link]: https://www.npmjs.com/package/create-mcp-kit
134+
[npm-release-shield]: https://img.shields.io/npm/v/create-mcp-kit?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
135+
[codecov-link]: https://coveralls.io/github/my-mcp-hub/mcp-kit?branch=main
136+
[codecov-shield]: https://img.shields.io/coverallsCoverage/github/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
137+
[github-release-date-link]: https://github.com/my-mcp-hub/mcp-kit/releases
138+
[github-release-date-shield]: https://img.shields.io/github/release-date/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square
139+
[github-action-build-link]: https://github.com/my-mcp-hub/mcp-kit/actions/workflows/build.yml
140+
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/my-mcp-hub/mcp-kit/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
141+
[github-license-link]: https://github.com/my-mcp-hub/mcp-kit/blob/main/LICENSE
142+
[github-license-shield]: https://img.shields.io/github/license/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square

packages/shared/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# create-mcp-kit
22
A CLI tool to create MCP (Model Context Protocol) applications with ease.
33

4+
[![][npm-release-shield]][npm-release-link]
5+
[![][codecov-shield]][codecov-link]
6+
[![][github-release-date-shield]][github-release-date-link]
7+
[![][github-action-build-shield]][github-action-build-link]
8+
[![][github-license-shield]][github-license-link]
9+
410
## Features
511
- 🚀 Quick project scaffolding
612
- 📦 TypeScript support out of the box
@@ -123,3 +129,14 @@ This project exists thanks to all the people who contribute.
123129
## License
124130

125131
[MIT](LICENSE) © MichaelSun
132+
133+
[npm-release-link]: https://www.npmjs.com/package/create-mcp-kit
134+
[npm-release-shield]: https://img.shields.io/npm/v/create-mcp-kit?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
135+
[codecov-link]: https://coveralls.io/github/my-mcp-hub/mcp-kit?branch=main
136+
[codecov-shield]: https://img.shields.io/coverallsCoverage/github/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
137+
[github-release-date-link]: https://github.com/my-mcp-hub/mcp-kit/releases
138+
[github-release-date-shield]: https://img.shields.io/github/release-date/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square
139+
[github-action-build-link]: https://github.com/my-mcp-hub/mcp-kit/actions/workflows/build.yml
140+
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/my-mcp-hub/mcp-kit/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
141+
[github-license-link]: https://github.com/my-mcp-hub/mcp-kit/blob/main/LICENSE
142+
[github-license-shield]: https://img.shields.io/github/license/my-mcp-hub/mcp-kit?color=1677FF&labelColor=black&style=flat-square

0 commit comments

Comments
 (0)