|
4 | 4 |
|
5 | 5 | ## Overview |
6 | 6 |
|
7 | | -The server exposes **8 static resources** and a set of **dynamic per-language resources** that supply AI assistants with CodeQL reference material. Resources are read-only and backed by `.md` files bundled with the server. |
| 7 | +The server exposes **10 static resources** and a set of **dynamic per-language resources** that supply AI assistants with CodeQL reference material. Resources are read-only and backed by `.md` files bundled with the server. |
8 | 8 |
|
9 | 9 | ## Static Resources |
10 | 10 |
|
11 | | -| Resource | URI | Description | |
12 | | -| ------------------------------ | ------------------------------------------- | --------------------------------------------------------------------------------- | |
13 | | -| CodeQL Query Basics | `codeql://learning/query-basics` | QL query writing reference: syntax, metadata, patterns, testing | |
14 | | -| CodeQL Test-Driven Development | `codeql://learning/test-driven-development` | TDD theory and workflow for developing CodeQL queries | |
15 | | -| CodeQL Performance Patterns | `codeql://patterns/performance` | Performance profiling and optimization for CodeQL queries | |
16 | | -| CodeQL Server Overview | `codeql://server/overview` | MCP server orientation guide: tools, prompts, resources, and workflows | |
17 | | -| CodeQL Server Prompts | `codeql://server/prompts` | Complete reference of MCP prompts for CodeQL development workflows | |
18 | | -| CodeQL Server Queries | `codeql://server/queries` | Overview of bundled tools queries: PrintAST, PrintCFG, CallGraphFrom, CallGraphTo | |
19 | | -| CodeQL Server Tools | `codeql://server/tools` | Complete reference of default MCP tools for CodeQL development | |
20 | | -| CodeQL Security Templates | `codeql://templates/security` | Security query templates for multiple languages and vulnerability classes | |
| 11 | +| Resource | URI | Description | |
| 12 | +| ------------------------------ | --------------------------------------------- | --------------------------------------------------------------------------------- | |
| 13 | +| CodeQL Query Basics | `codeql://learning/query-basics` | QL query writing reference: syntax, metadata, patterns, testing | |
| 14 | +| CodeQL Test-Driven Development | `codeql://learning/test-driven-development` | TDD theory and workflow for developing CodeQL queries | |
| 15 | +| CodeQL Performance Patterns | `codeql://patterns/performance` | Performance profiling and optimization for CodeQL queries | |
| 16 | +| CodeQL Server Overview | `codeql://server/overview` | MCP server orientation guide: tools, prompts, resources, and workflows | |
| 17 | +| CodeQL Server Prompts | `codeql://server/prompts` | Complete reference of MCP prompts for CodeQL development workflows | |
| 18 | +| CodeQL Server Queries | `codeql://server/queries` | Overview of bundled tools queries: PrintAST, PrintCFG, CallGraphFrom, CallGraphTo | |
| 19 | +| CodeQL Server Tools | `codeql://server/tools` | Complete reference of default MCP tools for CodeQL development | |
| 20 | +| CodeQL Security Templates | `codeql://templates/security` | Security query templates for multiple languages and vulnerability classes | |
| 21 | +| CodeQL Query Unit Testing | `codeql://guides/query-unit-testing` | Guide for creating and running unit tests for CodeQL queries | |
| 22 | +| CodeQL Dataflow Migration | `codeql://guides/dataflow-migration-v1-to-v2` | Guide for migrating from legacy v1 dataflow API to modern v2 module-based API | |
21 | 23 |
|
22 | 24 | ## Language-Specific Resources |
23 | 25 |
|
|
0 commit comments