mcphosting-cli 0.1.1 → 0.3.1

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/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "mcphosting-cli",
3
- "version": "0.1.1",
4
- "description": "Connect AI agents to MCP servers. Browse, install, and manage Model Context Protocol servers.",
3
+ "version": "0.3.1",
4
+ "description": "Deploy and manage MCP servers from the terminal. The easiest way to host MCP servers.",
5
5
  "bin": {
6
+ "mcphosting": "dist/index.js",
6
7
  "mcphost": "dist/index.js"
7
8
  },
8
9
  "main": "./dist/index.cjs",
@@ -29,19 +30,22 @@
29
30
  "ai-agents",
30
31
  "mcp-server",
31
32
  "mcp-hosting",
32
- "smithery",
33
- "github-mcp",
34
- "slack-mcp",
35
- "notion-mcp",
36
- "stripe-mcp",
33
+ "mcp-deploy",
37
34
  "mcp-marketplace",
38
35
  "ai-tools",
39
- "llm-tools"
36
+ "llm-tools",
37
+ "deploy",
38
+ "hosting"
40
39
  ],
40
+ "repository": {
41
+ "type": "git",
42
+ "url": "git+https://github.com/mcphosting/mcphosting-cli.git"
43
+ },
41
44
  "author": "MCPHosting",
42
45
  "license": "MIT",
43
46
  "dependencies": {
44
47
  "@modelcontextprotocol/sdk": "^1.0.0",
48
+ "axios": "^1.7.0",
45
49
  "chalk": "^5.3.0",
46
50
  "commander": "^12.0.0",
47
51
  "conf": "^12.0.0",
@@ -58,4 +62,4 @@
58
62
  "README.md",
59
63
  "LICENSE"
60
64
  ]
61
- }
65
+ }