From 632e979727c5a3e4da5f5f717ff16db6f493d235 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 May 2026 19:00:59 +0200 Subject: [PATCH] =?UTF-8?q?feat(plugin):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20.mcp.json=20=D1=81=20remote=20HTTP=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/222a-seo-audit/.mcp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/222a-seo-audit/.mcp.json diff --git a/plugins/222a-seo-audit/.mcp.json b/plugins/222a-seo-audit/.mcp.json new file mode 100644 index 0000000..ae9f663 --- /dev/null +++ b/plugins/222a-seo-audit/.mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "222a-seo-audit": { + "type": "http", + "url": "https://222a.ru/api/mcp", + "headers": { + "Authorization": "Bearer ${MCP_222A_TOKEN}", + "X-Plugin-Version": "1.0.0" + } + } + } +}