From 4afc297db7d3b8d19f648a10b7b3edee178be059 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Tue, 17 Jun 2025 13:45:59 +0200 Subject: [PATCH] chore: reword Signed-off-by: benjdlambert --- plugins/mcp-actions-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mcp-actions-backend/README.md b/plugins/mcp-actions-backend/README.md index a964faaa4d..31b6d51ecb 100644 --- a/plugins/mcp-actions-backend/README.md +++ b/plugins/mcp-actions-backend/README.md @@ -75,7 +75,7 @@ export const myPlugin = createBackendPlugin({ By default, the Backstage backend requires authentication for all requests. -We're looking at [device authentication](https://github.com/backstage/backstage/pull/27680) to make this much easier with authentication for MCP clients, but in the meantime you can take advantage of the [External Access with Static Tokens](#external-access-with-static-tokens) method. +We're looking at [device authentication](https://github.com/backstage/backstage/pull/27680) to make this much easier with authentication for MCP clients, but in the meantime you can take advantage of the [static tokens](https://backstage.io/docs/auth/service-to-service-auth/#static-tokens) feature. #### External Access with Static Tokens