@andrebuzeli/git-mcp 5.2.0 → 5.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.
package/package.json CHANGED
@@ -1,82 +1,79 @@
1
- {
2
- "name": "@andrebuzeli/git-mcp",
3
- "version": "5.2.0",
4
- "description": "Professional MCP server for Git operations with multi-provider support, enhanced security, and comprehensive safety features",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "bin": {
8
- "git-mcp": "dist/index.js"
9
- },
10
- "files": [
11
- "dist/",
12
- "README.md",
13
- "LICENSE",
14
- "package.json"
15
- ],
16
- "scripts": {
17
- "build": "tsc",
18
- "start": "node dist/index.js",
19
- "dev": "ts-node src/index.ts",
20
- "test": "jest",
21
- "test:watch": "jest --watch",
22
- "semantic-release": "semantic-release",
23
- "prepublishOnly": "npm run build",
24
- "clean": "rimraf dist"
25
- ,
26
- "release": "npm run build && npm version patch && git push origin --follow-tags"
27
- },
28
- "keywords": [
29
- "mcp",
30
- "git",
31
- "github",
32
- "gitea",
33
- "model-context-protocol",
34
- "ai-agent",
35
- "version-control",
36
- "automation",
37
- "cli",
38
- "developer-tools",
39
- "workflow",
40
- "repository-management"
41
- ],
42
- "author": "Andre Buzeli",
43
- "license": "MIT",
44
- "repository": {
45
- "type": "git",
46
- "url": "https://github.com/andrebuzeli/git-mcp.git"
47
- },
48
- "bugs": {
49
- "url": "https://github.com/andrebuzeli/git-mcp/issues"
50
- },
51
- "homepage": "https://github.com/andrebuzeli/git-mcp#readme",
52
- "dependencies": {
53
- "@modelcontextprotocol/sdk": "^0.4.0",
54
- "@octokit/rest": "^20.0.0",
55
- "axios": "^1.6.0",
56
- "simple-git": "^3.20.0",
57
- "conventional-commits-parser": "^4.0.0",
58
- "semver": "^7.5.0",
59
- "node-cron": "^3.0.0"
60
- },
61
- "devDependencies": {
62
- "semantic-release": "^20.1.0",
63
- "@semantic-release/npm": "^10.0.0",
64
- "@semantic-release/github": "^9.0.0",
65
- "@semantic-release/commit-analyzer": "^10.0.0",
66
- "@semantic-release/release-notes-generator": "^10.0.0",
67
- "@types/node": "^20.0.0",
68
- "@types/jest": "^29.0.0",
69
- "typescript": "^5.0.0",
70
- "jest": "^29.0.0",
71
- "ts-node": "^10.0.0",
72
- "ts-jest": "^29.0.0",
73
- "rimraf": "^5.0.0"
74
- },
75
- "engines": {
76
- "node": ">=18.0.0"
77
- }
78
- ,
79
- "publishConfig": {
80
- "access": "public"
81
- }
1
+ {
2
+ "name": "@andrebuzeli/git-mcp",
3
+ "version": "5.2.2",
4
+ "description": "Professional MCP server for Git operations with multi-provider support, enhanced security, and comprehensive safety features",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "bin": {
8
+ "git-mcp": "dist/index.js"
9
+ },
10
+ "files": [
11
+ "dist/",
12
+ "README.md",
13
+ "LICENSE",
14
+ "package.json"
15
+ ],
16
+ "scripts": {
17
+ "build": "tsc",
18
+ "start": "node dist/index.js",
19
+ "dev": "ts-node src/index.ts",
20
+ "test": "jest",
21
+ "test:watch": "jest --watch",
22
+ "semantic-release": "semantic-release",
23
+ "prepublishOnly": "npm run build",
24
+ "clean": "rimraf dist"
25
+ ,
26
+ "release": "npm run build && npm version patch && git push origin --follow-tags"
27
+ },
28
+ "keywords": [
29
+ "mcp",
30
+ "git",
31
+ "github",
32
+ "gitea",
33
+ "model-context-protocol",
34
+ "ai-agent",
35
+ "version-control",
36
+ "automation",
37
+ "cli",
38
+ "developer-tools",
39
+ "workflow",
40
+ "repository-management"
41
+ ],
42
+ "author": "Andre Buzeli",
43
+ "license": "MIT",
44
+ "repository": {
45
+ "type": "git",
46
+ "url": "https://github.com/andrebuzeli/git-mcp.git"
47
+ },
48
+ "bugs": {
49
+ "url": "https://github.com/andrebuzeli/git-mcp/issues"
50
+ },
51
+ "homepage": "https://github.com/andrebuzeli/git-mcp#readme",
52
+ "dependencies": {
53
+ "@modelcontextprotocol/sdk": "^0.4.0",
54
+ "@octokit/rest": "^20.0.0",
55
+ "axios": "^1.6.0",
56
+ "simple-git": "^3.20.0"
57
+ },
58
+ "devDependencies": {
59
+ "semantic-release": "^20.1.0",
60
+ "@semantic-release/npm": "^10.0.0",
61
+ "@semantic-release/github": "^9.0.0",
62
+ "@semantic-release/commit-analyzer": "^10.0.0",
63
+ "@semantic-release/release-notes-generator": "^10.0.0",
64
+ "@types/node": "^20.0.0",
65
+ "@types/jest": "^29.0.0",
66
+ "typescript": "^5.0.0",
67
+ "jest": "^29.0.0",
68
+ "ts-node": "^10.0.0",
69
+ "ts-jest": "^29.0.0",
70
+ "rimraf": "^5.0.0"
71
+ },
72
+ "engines": {
73
+ "node": ">=18.0.0"
74
+ }
75
+ ,
76
+ "publishConfig": {
77
+ "access": "public"
78
+ }
82
79
  }