From bb345377275e7332d1dfcda1b390a880171cb979 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 22 May 2026 19:10:02 +0200 Subject: [PATCH] =?UTF-8?q?docs(skill):=20=D1=83=D0=B1=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20orphan-=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D1=83=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=83=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=D0=BD=D1=8B=D0=B9?= =?UTF-8?q?=20Manual=20Calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/222a-seo-audit/skills/222a-seo-audit/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/222a-seo-audit/skills/222a-seo-audit/SKILL.md b/plugins/222a-seo-audit/skills/222a-seo-audit/SKILL.md index 3d13a87..91ee813 100644 --- a/plugins/222a-seo-audit/skills/222a-seo-audit/SKILL.md +++ b/plugins/222a-seo-audit/skills/222a-seo-audit/SKILL.md @@ -12,7 +12,7 @@ Use the 222A MCP server for SEO audit context instead of scraping local database 1. The 222A MCP server is preconfigured by this plugin (`.mcp.json`). It connects to `https://222a.ru/api/mcp` using a Bearer token from `MCP_222A_TOKEN` env variable. 2. The user creates the token at `https://222a.ru/lk/ai-tokens` (see plugin README). 3. Use `mcp.read` for context and existing analyses; use `mcp.write` when saving durable audit work back to 222A. -4. Read `references/mcp-contract.md` before manual JSON-RPC calls, debugging, or saving analyses. +4. Read `references/mcp-contract.md` for the MCP tool contract before debugging tool calls or saving analyses. 5. Treat `https://222a.ru/ai/capabilities.json` as the shared capability manifest. ## Common Workflow