codeql-development-mcp-server 2.24.2 → 2.24.3-rc2
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/README.md +6 -4
- package/dist/codeql-development-mcp-server.js +1439 -622
- package/dist/codeql-development-mcp-server.js.map +4 -4
- package/package.json +5 -5
- package/ql/actions/tools/src/codeql-pack.yml +1 -1
- package/ql/cpp/tools/src/codeql-pack.yml +1 -1
- package/ql/csharp/tools/src/codeql-pack.yml +1 -1
- package/ql/go/tools/src/codeql-pack.yml +1 -1
- package/ql/java/tools/src/codeql-pack.yml +1 -1
- package/ql/javascript/tools/src/codeql-pack.yml +1 -1
- package/ql/python/tools/src/codeql-pack.yml +1 -1
- package/ql/ruby/tools/src/codeql-pack.yml +1 -1
- package/ql/swift/tools/src/codeql-pack.yml +1 -1
package/README.md
CHANGED
|
@@ -85,11 +85,13 @@ Full reference: [Prompts](https://github.com/advanced-security/codeql-developmen
|
|
|
85
85
|
|
|
86
86
|
### Resources
|
|
87
87
|
|
|
88
|
-
Static
|
|
88
|
+
Static reference materials and per-language references served to AI assistants:
|
|
89
89
|
|
|
90
|
-
- **
|
|
91
|
-
- **
|
|
92
|
-
- **
|
|
90
|
+
- **Server Overview** / **Server Queries** — MCP server orientation and bundled tools queries reference
|
|
91
|
+
- **Server Tools** / **Server Prompts** — Complete tool and prompt references
|
|
92
|
+
- **Query Basics** / **Test-Driven Development** — QL query writing guide and TDD workflow
|
|
93
|
+
- **Security Templates** / **Performance Patterns** — Multi-language security templates and profiling guidance
|
|
94
|
+
- **Language AST References** — For actions, cpp, csharp, go, java, javascript, python, ruby
|
|
93
95
|
- **Language Security Patterns** — For cpp, csharp, go, javascript, python
|
|
94
96
|
|
|
95
97
|
Full reference: [Resources](https://github.com/advanced-security/codeql-development-mcp-server/blob/main/docs/ql-mcp/resources.md)
|