@andrebuzeli/git-mcp 3.2.3 → 3.2.5

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/dist/server.d.ts CHANGED
@@ -13,24 +13,6 @@ declare const resources: {
13
13
  description: string;
14
14
  mimeType: string;
15
15
  }[];
16
- /**
17
- * PROMPTS MCP - Templates de uso pré-definidos
18
- *
19
- * TIPOS DE PROMPTS:
20
- * - setup: Configuração inicial
21
- * - workflow: Workflows específicos
22
- * - troubleshooting: Diagnóstico e correção
23
- * - examples: Exemplos práticos
24
- */
25
- declare const prompts: {
26
- name: string;
27
- description: string;
28
- arguments: {
29
- name: string;
30
- description: string;
31
- required: boolean;
32
- }[];
33
- }[];
34
16
  /**
35
17
  * CONTENT FUNCTIONS - Para Resources e Prompts
36
18
  */
@@ -42,7 +24,6 @@ declare const getResourceContent: (uri: string) => string;
42
24
  * Isso garante que todas as operações sejam executadas dentro do projeto correto
43
25
  */
44
26
  declare const validateProjectPath: (args: any, toolName: string) => void;
45
- declare const getPromptContent: (name: string, args: any) => string;
46
27
  /**
47
28
  * Servidor MCP principal para Gitea
48
29
  *
@@ -62,7 +43,7 @@ declare const getPromptContent: (name: string, args: any) => string;
62
43
  * - Configure handlers antes de conectar
63
44
  * - Implemente graceful shutdown
64
45
  */
65
- export { getResourceContent, getPromptContent, validateProjectPath, resources, prompts };
46
+ export { getResourceContent, validateProjectPath, resources };
66
47
  export declare class GiteaMCPServer {
67
48
  private server;
68
49
  constructor();
@@ -1 +1 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":"AA8DA;;;;;;;;GAQG;AACH,QAAA,MAAM,SAAS;;;;;GAqCd,CAAC;AAEF;;;;;;;;GAQG;AACH,QAAA,MAAM,OAAO;;;;;;;;GA+NZ,CAAC;AA0CF;;GAEG;AACH,QAAA,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAoezC,CAAC;AAEF;;;;;GAKG;AACH,QAAA,MAAM,mBAAmB,GAAI,MAAM,GAAG,EAAE,UAAU,MAAM,KAAG,IA0B1D,CAAC;AAEF,QAAA,MAAM,gBAAgB,GAAI,MAAM,MAAM,EAAE,MAAM,GAAG,KAAG,MAkanD,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC;AAEzF,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAAS;;IAavB;;;;;;;;;;;;;;;;;OAiBG;IACH,OAAO,CAAC,aAAa;IAsHrB;;;;;;;;;;;;;;;;;;OAkBG;IACG,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;IA8D1B;;;;;;;;;;;;OAYG;IACG,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAG7B"}
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":"AA8DA;;;;;;;;GAQG;AACH,QAAA,MAAM,SAAS;;;;;GAqCd,CAAC;AAsDF;;GAEG;AACH,QAAA,MAAM,kBAAkB,GAAI,KAAK,MAAM,KAAG,MAoezC,CAAC;AAEF;;;;;GAKG;AACH,QAAA,MAAM,mBAAmB,GAAI,MAAM,GAAG,EAAE,UAAU,MAAM,KAAG,IA0B1D,CAAC;AA+hBF;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,SAAS,EAAE,CAAC;AAE9D,qBAAa,cAAc;IACzB,OAAO,CAAC,MAAM,CAAS;;IAavB;;;;;;;;;;;;;;;;;OAiBG;IACH,OAAO,CAAC,aAAa;IAyFrB;;;;;;;;;;;;;;;;;;OAkBG;IACG,GAAG,IAAI,OAAO,CAAC,IAAI,CAAC;IA8D1B;;;;;;;;;;;;OAYG;IACG,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;CAG7B"}