genexus-mcp 2.1.2 → 2.1.5

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/README.md CHANGED
@@ -196,7 +196,7 @@ graph LR
196
196
 
197
197
  - **Lazy worker**: the heavy .NET 4.8 worker only spins up on first command and shuts down after `WorkerIdleTimeoutMinutes` of inactivity to unlock build artifacts.
198
198
  - **Gateway reuse**: multiple IDE instances share one gateway via lease files at `%LOCALAPPDATA%\GenexusMCP\gateway-leases`.
199
- - **HTTP mode**: also available at `http://127.0.0.1:5000/mcp` with SSE. Header: `MCP-Protocol-Version: 2025-06-18`.
199
+ - **HTTP mode**: also available at `http://127.0.0.1:5000/mcp` with SSE. Header: `MCP-Protocol-Version: 2025-11-25`.
200
200
 
201
201
  ---
202
202
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genexus-mcp",
3
- "version": "2.1.2",
3
+ "version": "2.1.5",
4
4
  "mcpName": "io.github.lennix1337/genexus",
5
5
  "description": "GeneXus 18 MCP server — read, edit, and analyze GeneXus knowledge base objects (transactions, web panels, procedures, SDTs) directly from Claude, Cursor, and other AI agents over the Model Context Protocol.",
6
6
  "keywords": [
Binary file
Binary file
Binary file
@@ -1,19 +1,19 @@
1
- {
2
- "GeneXus": {
3
- "InstallationPath": "C:\\Program Files (x86)\\GeneXus\\GeneXus18",
4
- "WorkerExecutable": "C:\\Projetos\\Genexus18MCP\\publish\\worker\\GxMcp.Worker.exe"
5
- },
6
- "Server": {
7
- "HttpPort": 5000,
8
- "McpStdio": true,
9
- "BindAddress": "127.0.0.1"
10
- },
11
- "Logging": {
12
- "Level": "Debug",
13
- "Path": "logs"
14
- },
15
- "Environment": {
16
- "KBPath": "C:\\KBs\\AcademicoHomolog1",
17
- "GX_SHADOW_PATH": "C:\\Projetos\\Genexus18MCP\\.gx_mirror"
18
- }
1
+ {
2
+ "GeneXus": {
3
+ "InstallationPath": "C:\\Program Files (x86)\\GeneXus\\GeneXus18",
4
+ "WorkerExecutable": "C:\\Projetos\\Genexus18MCP\\publish\\worker\\GxMcp.Worker.exe"
5
+ },
6
+ "Server": {
7
+ "HttpPort": 5000,
8
+ "McpStdio": true,
9
+ "BindAddress": "127.0.0.1"
10
+ },
11
+ "Logging": {
12
+ "Level": "Debug",
13
+ "Path": "logs"
14
+ },
15
+ "Environment": {
16
+ "KBPath": "C:\\KBs\\AcademicoHomolog1",
17
+ "GX_SHADOW_PATH": "C:\\Projetos\\Genexus18MCP\\.gx_mirror"
18
+ }
19
19
  }
Binary file
Binary file