@mcp-tool-kit/shared 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# create-mcp-kit
|
|
2
2
|
A CLI tool to create MCP (Model Context Protocol) applications with ease.
|
|
3
3
|
|
|
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
|
+
|
|
4
10
|
## Features
|
|
5
11
|
- 🚀 Quick project scaffolding
|
|
6
12
|
- 📦 TypeScript support out of the box
|
|
@@ -123,3 +129,14 @@ This project exists thanks to all the people who contribute.
|
|
|
123
129
|
## License
|
|
124
130
|
|
|
125
131
|
[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
|