@syke1/mcp-server 1.1.3 → 1.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -34,8 +34,12 @@ var __importStar = (this && this.__importStar) || (function () {
34
34
  };
35
35
  })();
36
36
  Object.defineProperty(exports, "__esModule", { value: true });
37
+ // Silence dotenv stdout output (v17+ writes to stdout, corrupting MCP stdio protocol)
38
+ const origStdoutWrite = process.stdout.write.bind(process.stdout);
39
+ process.stdout.write = (() => true);
37
40
  const dotenv = __importStar(require("dotenv"));
38
41
  dotenv.config();
42
+ process.stdout.write = origStdoutWrite;
39
43
  const index_js_1 = require("@modelcontextprotocol/sdk/server/index.js");
40
44
  const stdio_js_1 = require("@modelcontextprotocol/sdk/server/stdio.js");
41
45
  const child_process_1 = require("child_process");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syke1/mcp-server",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "AI code impact analysis MCP server — dependency graphs, cascade detection, and a mandatory build gate for AI coding agents",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/khalomsky/syke.cloud"
19
+ "url": "https://syke.cloud"
20
20
  },
21
21
  "keywords": [
22
22
  "mcp",