Skip to content

Commit 07d3621

Browse files
authored
CodeQL MCP: include all supported languages
1 parent b8bf5b8 commit 07d3621

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

toolboxes/codeql.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ server_prompt: |
2020
CodeQL supports the following languages, which you'll refer to by their
2121
CodeQL acronyms and which are detailed below:
2222
23+
- actions: GitHub Actions workflows
2324
- cpp: The C and C++ programming language
2425
- csharp: The C# programming language
2526
- go: The Go programming language
26-
- java: The Java programming language
27+
- java: The Java programming language (including Kotlin)
28+
- javascript: The JavaScript programming language (including TypeScript)
2729
- python: The Python programming language
2830
- ruby: The Ruby programming language
29-
- swift: The Swift programming language
3031
- rust: The Rust programming language
32+
- swift: The Swift programming language
3133
3234
When interacting with CodeQL databases, you will need to provide the
3335
appropriate language acronym for the type of project contained within the

0 commit comments

Comments
 (0)