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 CHANGED
@@ -85,11 +85,13 @@ Full reference: [Prompts](https://github.com/advanced-security/codeql-developmen
85
85
 
86
86
  ### Resources
87
87
 
88
- Static learning materials and per-language references served to AI assistants:
88
+ Static reference materials and per-language references served to AI assistants:
89
89
 
90
- - **CodeQL Getting Started** / **Query Basics** — Introductory guides
91
- - **Security Templates** / **Performance Patterns** — Ready-to-use templates and best practices
92
- - **Language AST References** For actions, cpp, csharp, go, java, javascript, python, ql, ruby
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)