@gitwand/mcp 1.6.0 → 1.6.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.
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # @gitwand/mcp
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@gitwand/mcp?color=22c55e)](https://www.npmjs.com/package/@gitwand/mcp)
4
+ [![MCP Registry](https://img.shields.io/badge/MCP%20Registry-listed-22c55e)](https://registry.modelcontextprotocol.io/?search=gitwand)
4
5
  [![License](https://img.shields.io/badge/license-MIT-8B5CF6)](../../LICENSE)
5
6
 
6
7
  **MCP server that lets AI agents resolve Git merge conflicts automatically.**
package/dist/server.js CHANGED
@@ -26,7 +26,7 @@ for (let i = 0; i < args.length; i++) {
26
26
  // ─── Server setup ──────────────────────────────────────────
27
27
  const server = new Server({
28
28
  name: "gitwand",
29
- version: "1.6.0",
29
+ version: "1.6.2",
30
30
  }, {
31
31
  capabilities: {
32
32
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@gitwand/mcp",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
+ "mcpName": "io.github.devlint/gitwand",
4
5
  "description": "GitWand MCP server — smart Git conflict resolution for AI agents (Claude, Cursor, Windsurf, Claude Code)",
5
6
  "type": "module",
6
7
  "main": "dist/server.js",
@@ -39,7 +40,7 @@
39
40
  },
40
41
  "dependencies": {
41
42
  "@modelcontextprotocol/sdk": "^1.12.1",
42
- "@gitwand/core": "1.6.0"
43
+ "@gitwand/core": "1.6.2"
43
44
  },
44
45
  "devDependencies": {
45
46
  "@types/node": "^25.5.0",