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" + } + } + } +}