From 6e0d8949d894f36d2a1f831c06e9ce0fa517de21 Mon Sep 17 00:00:00 2001 From: FidelusAleksander Date: Fri, 15 Aug 2025 07:52:22 +0200 Subject: [PATCH] docs: update documentation on mcp usage --- README.md | 3 +++ action.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88cd34b..0ff6fbc 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,9 @@ This action now supports **read-only** integration with the GitHub-hosted Model Context Protocol (MCP) server, which provides access to GitHub tools like repository management, issue tracking, and pull request operations. +> [!NOTE] +> The GitHub MCP integration requires a Personal Access Token (PAT) and cannot use the built-in `GITHUB_TOKEN`. + ```yaml steps: - name: AI Inference with GitHub Tools diff --git a/action.yml b/action.yml index b5b6731..08d5179 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ inputs: required: false default: 'false' github-mcp-token: - description: The token to use for GitHub MCP server (defaults to GITHUB_TOKEN if not specified) + description: The token to use for GitHub MCP server (defaults to the main token if not specified). Use a separate PAT for tighter security. required: false default: ''