@edilsonfjdev/mcp-setup 0.1.0 → 0.1.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@edilsonfjdev/mcp-setup",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Solução padronizada para instalação e configuração de MCP Servers no Claude Code",
5
5
  "author": {
6
6
  "name": "Edilson de Freitas Júnior",
@@ -9,7 +9,7 @@
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "bin": {
12
- "mcp-setup": "./bin/mcp-setup.js"
12
+ "mcp-setup": "./bin/cli.js"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=18.0.0"
File without changes