We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc36d23 commit 8ab810fCopy full SHA for 8ab810f
1 file changed
index.ts
@@ -29,35 +29,6 @@ const mcpServer = new McpServer(
29
capabilities: {
30
tools: {},
31
resources: {},
32
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
33
- //@ts-ignore
34
- triggers: {
35
- patterns: [
36
- 'codacy',
37
- 'code quality',
38
- 'code analysis',
39
- 'security vulnerabilities',
40
- 'repository issues',
41
- 'pull request analysis',
42
- 'code coverage',
43
- 'issues',
44
- 'security',
45
- 'srm',
46
- 'analysis',
47
- 'tool',
48
- 'pattern',
49
- 'pull request',
50
- 'repository',
51
- 'file',
52
- 'coverage',
53
- 'git',
54
- 'diff',
55
- 'branch',
56
- 'commit',
57
- 'severity',
58
- 'organization',
59
- ],
60
- },
61
},
62
}
63
);
0 commit comments