@andrebuzeli/git-mcp 4.0.13 → 4.0.14
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrebuzeli/git-mcp",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.14",
|
|
4
4
|
"description": "MCP server for Gitea and GitHub integration - MCP COMPLETE: 18 ferramentas + 2 resources (instructions, examples) - UNIFICADO para AI agents com auto-detecção universal, error handling inteligente e workflow completo - ZERO CONFIGURAÇÃO, FULL MCP COMPLIANT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"test": "node tests/basic.test.js",
|
|
14
14
|
"lint": "echo \"No linting configured\" && exit 0",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
16
|
-
"postpublish": "echo 'Git MCP v4.0.
|
|
16
|
+
"postpublish": "echo 'Git MCP v4.0.14 published successfully - MCP COMPLETE: 18 ferramentas + 2 MCP resources - FIX: Demo mode automático funcionando - ZERO CONFIGURAÇÃO!'"
|
|
17
17
|
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|