@andrebuzeli/git-mcp 3.3.0 → 3.4.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrebuzeli/git-mcp",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "MCP server for Gitea and GitHub integration with 19 comprehensive DevOps tools - v3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
|
+
"description": "MCP server for Gitea and GitHub integration with 19 comprehensive DevOps tools - v3.4.0: ULTRA-SIMPLIFIED API - repo auto-extracted from projectPath, limit removed for unlimited results, owner auto-detected from provider - 100% AUTO-SUFFICIENT: Complete Git/GitHub functionality with ALL methods implemented, GitOperations class, FileOperations, TerminalOperations, Unified git-update-project with 9 actions (init, update, status, diff, log, reset, stash, pull, sync), Git Initialize, Packages, Projects - NO external dependencies, NO terminal commands, FULLY IMPLEMENTED - Enhanced validation with REQUIRED provider parameter, Label search implementation for Gitea, Debug logs removed, Code cleanup, FIXED: git-stash, git-archive, git-config, git-remote errors resolved - CRITICAL FIXES: URL malformed error correction, addComment and searchIssues implementation, improved authentication handling, enhanced parameter validation - 6 MCP Resources for documentation and troubleshooting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"git-mcp": "dist/index.js"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"test-tools": "node test-tools.js",
|
|
15
15
|
"lint": "echo \"No linting configured\" && exit 0",
|
|
16
16
|
"prepublishOnly": "npm run build",
|
|
17
|
-
"postpublish": "echo 'Git MCP v3.
|
|
17
|
+
"postpublish": "echo 'Git MCP v3.4.0 published successfully - ULTRA-SIMPLIFIED API: repo auto-extracted from projectPath, limit removed for unlimited results, owner auto-detected - CLEAN ARCHITECTURE: 19 comprehensive DevOps tools + 6 MCP resources for documentation and troubleshooting - NO PROMPTS, only pure MCP tools and resources as requested - 100% MCP compliant with enhanced validation and error handling!'"
|
|
18
18
|
},
|
|
19
19
|
"keywords": [
|
|
20
20
|
"mcp",
|