add-mcp 0.5.0 → 0.5.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/README.md CHANGED
@@ -7,7 +7,7 @@ Supports **OpenCode**, **Claude Code**, **Codex**, **Cursor**, and [5 more](#sup
7
7
  ## Install an MCP Server
8
8
 
9
9
  ```bash
10
- npx add-mcp https://mcp.example.com/sse
10
+ npx add-mcp https://mcp.example.com/mcp
11
11
  ```
12
12
 
13
13
  ### Usage Examples
package/dist/index.js CHANGED
@@ -667,7 +667,7 @@ function installServer(serverName, serverConfig, agentTypes, options = {}) {
667
667
  // package.json
668
668
  var package_default = {
669
669
  name: "add-mcp",
670
- version: "0.5.0",
670
+ version: "0.5.1",
671
671
  description: "Add MCP servers to your favorite coding agents with a single command.",
672
672
  author: "Andre Landgraf <andre@neon.tech>",
673
673
  license: "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "add-mcp",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Add MCP servers to your favorite coding agents with a single command.",
5
5
  "author": "Andre Landgraf <andre@neon.tech>",
6
6
  "license": "Apache-2.0",