@andrebuzeli/git-mcp 2.31.5 → 2.31.6

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrebuzeli/git-mcp",
3
- "version": "2.31.5",
3
+ "version": "2.31.6",
4
4
  "description": "MCP server for Gitea and GitHub integration with 18 comprehensive DevOps tools - 100% AUTO-SUFFICIENT: Complete Git/GitHub functionality with ALL methods implemented, GitOperations class, FileOperations, TerminalOperations, Project Upload, Git Initialize - NO external dependencies, NO terminal commands, FULLY IMPLEMENTED - Enhanced validation with required projectPath and provider parameters",
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 v2.31.5 published successfully - FIXED VALIDATION ERRORS: Removed target and commit_or_tree from required parameters in tool descriptions!'"
16
+ "postpublish": "echo 'Git MCP v2.31.6 published successfully - COMPREHENSIVE ERROR FIXES: All tools now handle 404 errors gracefully for empty repositories and auto-detect missing parameters!'"
17
17
  },
18
18
  "keywords": [
19
19
  "mcp",