@andrebuzeli/git-mcp 4.0.7 → 4.0.8

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrebuzeli/git-mcp",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
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.7 published successfully - MCP COMPLETE: 18 ferramentas + 2 MCP resources - FIX: Error handling universal em todas as tools - ZERO CONFIGURAÇÃO!'"
16
+ "postpublish": "echo 'Git MCP v4.0.8 published successfully - MCP COMPLETE: 18 ferramentas + 2 MCP resources - FIX: MCP SDK v1.18.2 - ZERO CONFIGURAÇÃO!'"
17
17
 
18
18
  },
19
19
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "url": "git+https://github.com/andrebuzeli/gitea-mcp-v2.git"
37
37
  },
38
38
  "dependencies": {
39
- "@modelcontextprotocol/sdk": "^0.4.0",
39
+ "@modelcontextprotocol/sdk": "^1.18.2",
40
40
  "axios": "^1.6.0",
41
41
  "dotenv": "^17.2.2",
42
42
  "zod": "^3.22.0"