release: v1.1.0
This commit is contained in:
parent
522ede35de
commit
86920f5553
@ -10,7 +10,7 @@
|
|||||||
"name": "222a-seo-audit",
|
"name": "222a-seo-audit",
|
||||||
"source": "./plugins/222a-seo-audit",
|
"source": "./plugins/222a-seo-audit",
|
||||||
"description": "SEO-аудит, анализ проблем, client reports через 222A.ru",
|
"description": "SEO-аудит, анализ проблем, client reports через 222A.ru",
|
||||||
"version": "1.0.0"
|
"version": "1.1.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "222a-seo-audit",
|
"name": "222a-seo-audit",
|
||||||
"description": "SEO audits, technical issue analysis, and client reports via 222A.ru MCP",
|
"description": "SEO audits, technical issue analysis, and client reports via 222A.ru MCP",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "222A.ru",
|
"name": "222A.ru",
|
||||||
"url": "https://222a.ru"
|
"url": "https://222a.ru"
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"url": "https://222a.ru/api/mcp",
|
"url": "https://222a.ru/api/mcp",
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "Bearer ${MCP_222A_TOKEN}",
|
"Authorization": "Bearer ${MCP_222A_TOKEN}",
|
||||||
"X-Plugin-Version": "1.0.0"
|
"X-Plugin-Version": "1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,6 +5,12 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.0] - 2026-05-28
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Поддержка optional параметра `mode=compact|full` в `get_audit_context` (контракт 1.51.0+ на 222a.ru). compact опускает `issues[]`, добавляет `issues_summary` агрегаты и `drill_down_hints`, режет `progress_since_previous.top_*` до 5. Использовать на больших проектах для orientation/triage.
|
||||||
|
|
||||||
|
|
||||||
## [1.0.0] - 2026-05-23
|
## [1.0.0] - 2026-05-23
|
||||||
|
|
||||||
Первый публичный релиз плагина 222a-seo-audit.
|
Первый публичный релиз плагина 222a-seo-audit.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user