@andrebuzeli/git-mcp 5.0.0 → 5.0.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrebuzeli/git-mcp",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "MCP server for Git operations - PRODUCTION READY: 17 optimized Git tools with mandatory provider parameters, real-data-only operations, multi-provider support (GitHub/Gitea), comprehensive error handling with configuration guidance - Works with VSCode, Cursor, Trae AI",
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 v5.0.0 published successfully - PRODUCTION READY: Demo mode removed, mandatory provider parameters, real-data-only operations, comprehensive error handling with configuration guidance'"
16
+ "postpublish": "echo 'Git MCP v5.0.1 published successfully - HOTFIX: Fixed syntax error in github-provider.js that prevented server startup'"
17
17
 
18
18
  },
19
19
  "keywords": [
@@ -1,19 +0,0 @@
1
- import { UniversalResponse } from '../utils/auto-detection.js';
2
- export declare const gitReposTool: {
3
- name: string;
4
- description: string;
5
- inputSchema: {
6
- type: string;
7
- properties: {
8
- action: {
9
- type: string;
10
- };
11
- projectPath: {
12
- type: string;
13
- };
14
- };
15
- required: string[];
16
- };
17
- handler(input: any): Promise<UniversalResponse>;
18
- };
19
- //# sourceMappingURL=git-repos.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"git-repos.d.ts","sourceRoot":"","sources":["../../src/tools/git-repos.ts"],"names":[],"mappings":"AACA,OAAO,EAA2B,iBAAiB,EAAc,MAAM,4BAA4B,CAAC;AAEpG,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;mBAIF,GAAG,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAkBtD,CAAC"}
@@ -1,19 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.gitReposTool = void 0;
4
- const auto_detection_js_1 = require("../utils/auto-detection.js");
5
- exports.gitReposTool = {
6
- name: 'git-repos',
7
- description: `📁 GERENCIAMENTO DE REPOSITÓRIOS - EM DESENVOLVIMENTO`,
8
- inputSchema: { type: 'object', properties: { action: { type: 'string' }, projectPath: { type: 'string' } }, required: ['action', 'projectPath'] },
9
- async handler(input) {
10
- const detection = (0, auto_detection_js_1.autoDetect)(input.projectPath);
11
- return (0, auto_detection_js_1.createUniversalResponse)(false, input.action, 'git-repos tool not yet implemented', detection, 'git-repos', undefined, {
12
- code: 'NOT_IMPLEMENTED',
13
- message: 'This tool is under development',
14
- cause: 'Tool not implemented yet',
15
- suggestion: 'Use other git tools while this is being developed'
16
- });
17
- }
18
- };
19
- //# sourceMappingURL=git-repos.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"git-repos.js","sourceRoot":"","sources":["../../src/tools/git-repos.ts"],"names":[],"mappings":";;;AACA,kEAAoG;AAEvF,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,uDAAuD;IACpE,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,WAAW,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAC,QAAQ,EAAE,aAAa,CAAC,EAAE;IACjJ,KAAK,CAAC,OAAO,CAAC,KAAU;QACtB,MAAM,SAAS,GAAG,IAAA,8BAAU,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAEhD,OAAO,IAAA,2CAAuB,EAC5B,KAAK,EACL,KAAK,CAAC,MAAM,EACZ,oCAAoC,EACpC,SAAS,EACT,WAAW,EACX,SAAS,EACT;YACE,IAAI,EAAE,iBAAiB;YACvB,OAAO,EAAE,gCAAgC;YACzC,KAAK,EAAE,0BAA0B;YACjC,UAAU,EAAE,mDAAmD;SAChE,CACF,CAAC;IACJ,CAAC;CACF,CAAC"}