feat(plugin): добавить .mcp.json с remote HTTP подключением

This commit is contained in:
Alex 2026-05-22 19:00:59 +02:00
parent 0a1ff64f25
commit 632e979727

View File

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