From 4bb01ee5ee09a10cbcf02dbf1b6511760cfc8e99 Mon Sep 17 00:00:00 2001 From: Simon Taranto Date: Fri, 21 Nov 2025 13:36:45 -0500 Subject: [PATCH] Clarify PAT requirement for github-mcp-token I mistakenly read the description of the mcp-token field to mean I needed a "PAT for MCP" as if there were a PAT permission for MCP. This change clarifies the language. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d57c33e..57c3814 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ the action: | `endpoint` | The endpoint to use for inference. If you're running this as part of an org, you should probably use the org-specific Models endpoint | `https://models.github.ai/inference` | | `max-tokens` | The max number of tokens to generate | 200 | | `enable-github-mcp` | Enable Model Context Protocol integration with GitHub tools | `false` | -| `github-mcp-token` | Token to use for GitHub MCP server (defaults to the main token if not specified). This must be a PAT for MCP to work | `""` | +| `github-mcp-token` | Token to use for GitHub MCP server (defaults to the main token if not specified). This must be a PAT in order for MCP to work | `""` | ## Outputs