From d3c359f923883f026d956c19299a8e33f087285d Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+frooodle@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:38:16 +0100 Subject: [PATCH] reword MCP usage tip to reference the API and Automation --- frontend/editor/public/locales/en-GB/translation.toml | 2 +- .../saas/components/shared/config/configSections/McpSection.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/editor/public/locales/en-GB/translation.toml b/frontend/editor/public/locales/en-GB/translation.toml index d06fd55e4..dcb3bfa7c 100644 --- a/frontend/editor/public/locales/en-GB/translation.toml +++ b/frontend/editor/public/locales/en-GB/translation.toml @@ -3057,7 +3057,7 @@ warning = "⚠️ Warning: This action will generate new API keys and make your [config.mcp] description = "Model Context Protocol (MCP) lets AI assistants like Claude use your Stirling PDF tools directly. Connect a client once and your assistant can convert, edit, secure and process documents on your behalf." navLabel = "MCP Server" -tip = "Every action your assistant runs is performed as your account and counts towards your usage, just like using Stirling PDF directly." +tip = "Every action your assistant runs is performed as your account and counts towards your usage, just like using the Stirling PDF API and Automation." title = "MCP Server" viewApiKeys = "View API keys" diff --git a/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx b/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx index 1dba03198..1133afd08 100644 --- a/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx +++ b/frontend/editor/src/saas/components/shared/config/configSections/McpSection.tsx @@ -196,7 +196,7 @@ export default function McpSection() { {t( "config.mcp.tip", - "Every action your assistant runs is performed as your account and counts towards your usage, just like using Stirling PDF directly.", + "Every action your assistant runs is performed as your account and counts towards your usage, just like using the Stirling PDF API and Automation.", )}