docs(skill): убрать orphan-ссылку на удалённый Manual Calls

This commit is contained in:
Alex 2026-05-22 19:10:02 +02:00
parent 8462929a39
commit bb34537727

View File

@ -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. 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). 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. 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. 5. Treat `https://222a.ru/ai/capabilities.json` as the shared capability manifest.
## Common Workflow ## Common Workflow