@natomalabs/natoma-mcp-gateway 1.0.2 → 1.0.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/build/base.js +1 -1
  2. package/package.json +1 -1
package/build/base.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // base.ts
2
2
  export const NATOMA_NMS_SERVER_URL = "https://api.natoma.app/api/mcp";
3
- export const NATOMA_ENTERPRISE_SERVER_URL = "https://api.natoma.app/api/mcp";
3
+ export const NATOMA_ENTERPRISE_SERVER_URL = "https://api.natoma.app/mcp";
4
4
  export const MCP_SESSION_ID_HEADER = "Mcp-Session-Id";
5
5
  // Handle EPIPE errors gracefully
6
6
  process.stdout.on("error", (err) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natomalabs/natoma-mcp-gateway",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Natoma MCP Gateway with NMS and Enterprise modes",
5
5
  "license": "MIT",
6
6
  "type": "module",