Skip to content

Commit fc4780d

Browse files
Copilotdata-douser
andauthored
Polish resultCount description in server-tools.md response table
Agent-Logs-Url: https://github.com/advanced-security/codeql-development-mcp-server/sessions/c1d03a5c-2041-41bb-a120-365ddf420c5b Co-authored-by: data-douser <70299490+data-douser@users.noreply.github.com>
1 parent d21f47a commit fc4780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/resources/server-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Each rule object:
103103
| Field | Type | Required | Description |
104104
| ------------- | -------- | -------- | ---------------------------------------------------------------------------- |
105105
| `ruleId` | string | yes | Rule identifier (matches the CodeQL query `@id`) |
106-
| `resultCount` | number | yes | Number of results (findings) for this rule. `0` if defined but not triggered |
106+
| `resultCount` | number | yes | Number of results (findings) for this rule; `0` if defined but not triggered |
107107
| `name` | string | no | Display name (from `shortDescription.text`, `name`, or `id`) |
108108
| `kind` | string | no | Query kind (`path-problem`, `problem`, etc.) |
109109
| `precision` | string | no | Precision level (`high`, `medium`, `low`, `very-high`) |

0 commit comments

Comments
 (0)