We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d5b8f commit 54463b6Copy full SHA for 54463b6
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mcp-kit",
3
"version": "1.0.0",
4
- "description": "mcp tool kit",
+ "description": "A CLI tool to create MCP (Model Context Protocol) applications with ease.",
5
"type": "module",
6
"scripts": {
7
"prepare": "husky",
@@ -27,11 +27,16 @@
27
"mcp",
28
"mcp server",
29
"mcp client",
30
+ "mcp host",
31
"mcp kit",
32
"mcp tool kit",
33
+ "mcp cli",
34
+ "cli",
35
+ "cli tool",
36
"create mcp",
37
"create mcp server",
38
"create mcp client",
39
+ "create mcp host",
40
"modelcontextprotocol",
41
"typescript"
42
],
0 commit comments