@vint.tri/report_gen_mcp 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/TODO.md +11 -0
  2. package/dist/index.js +1 -1
  3. package/package.json +1 -1
package/TODO.md ADDED
@@ -0,0 +1,11 @@
1
+ # Задача: Обновление инструкций для нейросети по выводу кода файла
2
+
3
+ ## Цель
4
+ Обновить инструкции для нейросети, чтобы она знала, как правильно выводить код файла после выполнения метода `generate-report`, используя новую функциональность, которая возвращает содержимое файла напрямую.
5
+
6
+ ## Шаги
7
+
8
+ - [x] Анализ текущих инструкций и реализации
9
+ - [x] Обновление AI_INSTRUCTIONS.md с новыми указаниями
10
+ - [x] Тестирование изменений
11
+ - [x] Подтверждение результата
package/dist/index.js CHANGED
@@ -97,7 +97,7 @@ if (process.argv.length === 2) {
97
97
  // No command specified, run in stdio mode using MCP SDK
98
98
  const mcpServer = new McpServer({
99
99
  name: "report_gen_mcp",
100
- version: "1.1.7",
100
+ version: "1.1.8",
101
101
  }, {
102
102
  // Disable health check to prevent automatic calls
103
103
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vint.tri/report_gen_mcp",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "CLI tool for generating HTML reports with embedded charts",
5
5
  "main": "dist/index.js",
6
6
  "bin": {