Skip to content

Commit c0a03fa

Browse files
committed
docs: update README with project details and badges
1 parent f6452ae commit c0a03fa

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# node-mcp-client
1+
# Node.js MCP Client Template
2+
3+
A Model Context Protocol (MCP) client template for Node.js applications. This template provides a foundation for building MCP-compatible clients with support for multiple transport protocols.
4+
5+
[![][codecov-shield]][codecov-link]
6+
[![][github-action-build-shield]][github-action-build-link]
7+
[![][github-license-shield]][github-license-link]
8+
9+
## License
10+
[MIT](LICENSE)
11+
12+
[codecov-link]: https://coveralls.io/github/my-mcp-hub/node-mcp-client?branch=main
13+
[codecov-shield]: https://img.shields.io/coverallsCoverage/github/my-mcp-hub/node-mcp-client?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
14+
[github-action-build-link]: https://github.com/my-mcp-hub/node-mcp-client/actions/workflows/build.yml
15+
[github-action-build-shield]: https://img.shields.io/github/actions/workflow/status/my-mcp-hub/node-mcp-client/build.yml?branch=main&color=1677FF&label=build&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
16+
[github-license-link]: https://github.com/my-mcp-hub/node-mcp-client/blob/main/LICENSE
17+
[github-license-shield]: https://img.shields.io/github/license/my-mcp-hub/node-mcp-client?color=1677FF&labelColor=black&style=flat-square

0 commit comments

Comments
 (0)