feat(plugin): добавить .mcp.json с remote HTTP подключением
This commit is contained in:
parent
0a1ff64f25
commit
632e979727
12
plugins/222a-seo-audit/.mcp.json
Normal file
12
plugins/222a-seo-audit/.mcp.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user