@bcility/al-performance-mcp 2.1.2 → 2.1.3

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/package.json +35 -27
  2. package/server.py +2131 -6
package/package.json CHANGED
@@ -1,27 +1,35 @@
1
- {
2
- "name": "@bcility/al-performance-mcp",
3
- "version": "2.1.2",
4
- "description": "MCP server for Business Central AL performance pattern analysis — detects 38 anti-patterns with SQL impact data and workshop hints",
5
- "keywords": [
6
- "mcp",
7
- "model-context-protocol",
8
- "al",
9
- "business-central",
10
- "dynamics-365",
11
- "performance",
12
- "static-analysis",
13
- "bc-tech-days"
14
- ],
15
- "author": "BCILITY",
16
- "license": "MIT",
17
- "repository": {
18
- "type": "git",
19
- "url": "git+https://github.com/BCILITY-DOO/MCP-AL-Performance.git"
20
- },
21
- "bin": {
22
- "al-performance-mcp": "bin/al-performance-mcp.js"
23
- },
24
- "engines": {
25
- "node": ">=18"
26
- }
27
- }
1
+ {
2
+ "name": "@bcility/al-performance-mcp",
3
+ "version": "2.1.3",
4
+ "description": "MCP server for Business Central AL performance pattern analysis — detects 38 anti-patterns with SQL impact data and workshop hints",
5
+ "keywords": [
6
+ "mcp",
7
+ "model-context-protocol",
8
+ "al",
9
+ "business-central",
10
+ "dynamics-365",
11
+ "performance",
12
+ "static-analysis",
13
+ "bc-tech-days"
14
+ ],
15
+ "author": "BCILITY",
16
+ "license": "MIT",
17
+ "homepage": "https://bcility.com",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/BCILITY-DOO/MCP-AL-Performance.git"
21
+ },
22
+ "bin": {
23
+ "al-performance-mcp": "bin/al-performance-mcp.js"
24
+ },
25
+ "files": [
26
+ "bin/",
27
+ "server.py",
28
+ "requirements.txt",
29
+ "README.md",
30
+ "images/"
31
+ ],
32
+ "engines": {
33
+ "node": ">=18"
34
+ }
35
+ }