From 9e60aa0a3f27cab0e62286d74d9c77b04b1d0596 Mon Sep 17 00:00:00 2001 From: Sevil <71987252+GulerSevil@users.noreply.github.com> Date: Sat, 29 Nov 2025 21:15:11 +0100 Subject: [PATCH] Lint fix Lint fix --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2823e1..4539529 100644 --- a/README.md +++ b/README.md @@ -163,15 +163,18 @@ Context Protocol (MCP) server, which provides access to GitHub tools like repository management, issue tracking, and pull request operations. #### Authentication + You can authenticate the MCP server with **either**: + 1. **Personal Access Token (PAT)** – user-scoped token 2. **GitHub App Installation Token** (`ghs_…`) – short-lived, app-scoped token -> The built-in `GITHUB_TOKEN` is **not** accepted by the MCP server. -Using a **GitHub App installation token** is recommended in most CI environments because it is short-lived and least-privilege by design. + > The built-in `GITHUB_TOKEN` is **not** accepted by the MCP server. + > Using a **GitHub App installation token** is recommended in most CI environments because it is short-lived and least-privilege by design. #### Enabling MCP in the action + Set `enable-github-mcp: true` and provide a token via `github-mcp-token`. - + ```yaml steps: - name: AI Inference with GitHub Tools