genexus-mcp 3.3.0 → 3.3.1
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.
- package/package.json +5 -3
- package/publish/GxMcp.Gateway.deps.json +2 -2
- package/publish/GxMcp.Gateway.dll +0 -0
- package/publish/GxMcp.Gateway.exe +0 -0
- package/publish/config.json +9 -9
- package/publish/gxmcp-manifest.json +7 -7
- package/publish/gxmcp-sbom.json +4 -4
- package/publish/worker/GxMcp.Worker.exe +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genexus-mcp",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"mcpName": "io.github.lennix1337/genexus",
|
|
5
5
|
"description": "GeneXus 17, GeneXus 18 MCP server — read, edit, and analyze Knowledge Base objects directly from Claude, Cursor, and other AI agents over the Model Context Protocol.",
|
|
6
6
|
"keywords": [
|
|
@@ -32,8 +32,10 @@
|
|
|
32
32
|
"automation"
|
|
33
33
|
],
|
|
34
34
|
"scripts": {
|
|
35
|
-
"test": "node --test cli/run.test.js cli/lib/client-adapters.test.js cli/docs.test.js",
|
|
36
|
-
"lint": "
|
|
35
|
+
"test": "node --test cli/run.test.js cli/lib/client-adapters.test.js cli/docs.test.js scripts/lint.test.js && npm run test:live-contract",
|
|
36
|
+
"lint": "node scripts/lint.js",
|
|
37
|
+
"test:live-contract": "pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/tests/test-live.test.ps1",
|
|
38
|
+
"test:upstream-drift": "pwsh -NoProfile -ExecutionPolicy Bypass -File scripts/tests/test-upstream-drift.ps1",
|
|
37
39
|
"test:one": "node scripts/test-one.js",
|
|
38
40
|
"prepack": "node scripts/clean-package.js",
|
|
39
41
|
"postinstall": "node scripts/verify-install.js"
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v10.0": {},
|
|
9
9
|
".NETCoreApp,Version=v10.0/win-x64": {
|
|
10
|
-
"GxMcp.Gateway/3.3.
|
|
10
|
+
"GxMcp.Gateway/3.3.1": {
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"Newtonsoft.Json": "13.0.3",
|
|
13
13
|
"System.Management": "10.0.5",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"libraries": {
|
|
69
|
-
"GxMcp.Gateway/3.3.
|
|
69
|
+
"GxMcp.Gateway/3.3.1": {
|
|
70
70
|
"type": "project",
|
|
71
71
|
"serviceable": false,
|
|
72
72
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
package/publish/config.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"GeneXus": {
|
|
3
|
+
"InstallationPath": "C:\\Program Files (x86)\\GeneXus\\GeneXus18",
|
|
4
|
+
"WorkerExecutable": "worker\\\\GxMcp.Worker.exe"
|
|
5
|
+
},
|
|
2
6
|
"GatewayMode": "stdio-isolated",
|
|
7
|
+
"ConfigSchemaVersion": 2,
|
|
3
8
|
"Server": {
|
|
9
|
+
"SessionIdleTimeoutMinutes": 10,
|
|
4
10
|
"EmitStructuredContent": false,
|
|
5
|
-
"McpStdio": true,
|
|
6
|
-
"WorkerIdleTimeoutMinutes": 5,
|
|
7
|
-
"TerseResponses": true,
|
|
8
11
|
"HttpPort": 0,
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"GeneXus": {
|
|
13
|
-
"WorkerExecutable": "worker\\\\GxMcp.Worker.exe",
|
|
14
|
-
"InstallationPath": "C:\\Program Files (x86)\\GeneXus\\GeneXus18"
|
|
12
|
+
"WorkerIdleTimeoutMinutes": 5,
|
|
13
|
+
"McpStdio": true,
|
|
14
|
+
"TerseResponses": true
|
|
15
15
|
},
|
|
16
16
|
"Environment": {
|
|
17
17
|
"ResolutionPolicy": "strict"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "gxmcp-release-manifest/1",
|
|
3
|
-
"version": "3.3.
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"version": "3.3.1",
|
|
4
|
+
"sourceCommit": "334159fa59789dca040f3b3be578a520ef10928d",
|
|
5
5
|
"sourceCommitPolicy": "exact-tag",
|
|
6
|
-
"generatedAtUtc": "2026-09-
|
|
6
|
+
"generatedAtUtc": "2026-09-11T17:44:21.9875381Z",
|
|
7
7
|
"runtime": {
|
|
8
8
|
"gateway": "net10.0-windows",
|
|
9
9
|
"worker": "net48-x86",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
{
|
|
22
22
|
"path": "gxmcp-sbom.json",
|
|
23
23
|
"size": 590,
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "ad4b76c1840203c5a1484021d52361d173e0b2e06c0c7b1d9b5d78894e100f10"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"path": "GxMcp.Gateway.exe",
|
|
28
28
|
"size": 162304,
|
|
29
|
-
"sha256": "
|
|
29
|
+
"sha256": "90c2ea4c63d95d0c5377dc69b8365d8b8248fd0493aeeb9d244c4100b399c80d"
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"path": "tool_definitions.json",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"path": "worker/GxMcp.Worker.exe",
|
|
38
|
-
"size":
|
|
39
|
-
"sha256": "
|
|
38
|
+
"size": 3083264,
|
|
39
|
+
"sha256": "876879949e6f6f687be2822352ab7d4746de8794dd59fa541134954ae17abdcd"
|
|
40
40
|
}
|
|
41
41
|
]
|
|
42
42
|
}
|
package/publish/gxmcp-sbom.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "gxmcp-provenance/1",
|
|
3
|
-
"version": "3.3.
|
|
4
|
-
"sourceCommit": "
|
|
3
|
+
"version": "3.3.1",
|
|
4
|
+
"sourceCommit": "334159fa59789dca040f3b3be578a520ef10928d",
|
|
5
5
|
"sourceCommitPolicy": "exact-tag",
|
|
6
6
|
"components": [
|
|
7
7
|
{
|
|
8
8
|
"name": "genexus-mcp",
|
|
9
9
|
"lockfile": "package-lock.json",
|
|
10
10
|
"size": 39914,
|
|
11
|
-
"sha256": "
|
|
11
|
+
"sha256": "a0741a4b780bd14c0388cb43a09a1f95d1d348b8673907788749108d2f96e144"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "nexus-ide",
|
|
15
15
|
"lockfile": "src/nexus-ide/package-lock.json",
|
|
16
16
|
"size": 274983,
|
|
17
|
-
"sha256": "
|
|
17
|
+
"sha256": "8cae436c7d7f139645cc26ed9b232fe29b75fb35bcd29cc2c05f22937d26f6a3"
|
|
18
18
|
}
|
|
19
19
|
]
|
|
20
20
|
}
|
|
Binary file
|