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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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",
|