@andrebuzeli/git-mcp 6.2.1 → 6.2.2

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -75,7 +75,7 @@ async function main() {
75
75
  // Create MCP Server with STDIO transport
76
76
  const server = new index_js_1.Server({
77
77
  name: '@andrebuzeli/git-mcp',
78
- version: '6.2.1',
78
+ version: '6.2.2',
79
79
  });
80
80
  // Register tool list handler
81
81
  server.setRequestHandler(types_js_1.ListToolsRequestSchema, async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrebuzeli/git-mcp",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Professional MCP server for Git operations - STDIO UNIVERSAL: works in ANY IDE (Cursor, VSCode, Claude Desktop). Fully autonomous with intelligent error handling. Auto-detects branches, owner, repo. User-friendly error messages. Dual-provider execution (GitHub + Gitea)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",