@bcility/al-performance-mcp 2.1.1 → 2.1.2

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 (2) hide show
  1. package/README.md +0 -39
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -317,45 +317,6 @@ This ensures that a file with 1 HIGH issue ranks above one with 10 LOW issues.
317
317
 
318
318
  ![Auto-fix applied](https://cdn.jsdelivr.net/npm/@bcility/al-performance-mcp/images/demo-05.png)
319
319
 
320
-
321
- ```
322
- # 🔍 AL Performance Analysis — Orchestrator Report
323
-
324
- Workspace: `...\WorkshopExtension-Clean\src\Project`
325
- Files scanned: 48
326
- Total issues: 139 (🔴 83 HIGH, 🟡 48 MEDIUM, 🔵 8 LOW)
327
- Severity score: 982
328
- Auto-fixable: 14 issues in 13 files
329
-
330
- ## Sub-Agent Results by Group
331
-
332
- | Group | HIGH | MED | LOW | Total |
333
- |--------------------------|------|-----|-----|-------|
334
- | 🔴 Data Transfer | 58 | 1 | 0 | 59 |
335
- | 🔴 Locking | 3 | 30 | 6 | 39 |
336
- | 🔴 Cursor Safety | 9 | 0 | 0 | 9 |
337
- | 🔴 Aggregation | 6 | 0 | 0 | 6 |
338
- | ... | | | | |
339
-
340
- ## 🏆 Files Ranked by Severity Score
341
-
342
- 1. Exercise15_PeriodCloseAllocationResetter.Codeunit.al — score 76 (🔴7 🟡2 🔵0)
343
- 2. Exercise20_DataImportStagingManager.Codeunit.al — score 37 (🔴3 🟡2 🔵1)
344
- ...
345
-
346
- ## 📋 Prioritized Action Plan
347
-
348
- ### Phase 1 — Run Automatic Fixes (zero manual effort)
349
- > fix_al_workspace("...", dry_run=False)
350
-
351
- ### Phase 2 — High Severity (manual changes required)
352
- MISSING_SETLOADFIELDS × 41 — ...
353
-
354
- ## 🔬 Drill Down with Sub-Agents
355
- - Data Transfer (59 issues) → scan_data_transfer_issues("...")
356
- - Locking (39 issues) → scan_locking_issues("...")
357
- ```
358
-
359
320
  ---
360
321
 
361
322
  ## Files
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcility/al-performance-mcp",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "MCP server for Business Central AL performance pattern analysis — detects 38 anti-patterns with SQL impact data and workshop hints",
5
5
  "keywords": [
6
6
  "mcp",