@greensecurity/javascript-sdk 0.35.45 → 0.35.47

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
@@ -724,6 +724,7 @@ You can override the default server globally by passing a server index to the `s
724
724
  | 0 | `https://www.greensecurityllc.com/api` | Production API URL |
725
725
  | 1 | `https://staging.greensecurityllc.com/api` | Staging API URL |
726
726
  | 2 | `https://localhost:3000/api` | Localhost API URL |
727
+ | 3 | `https://dev.repconnex.com:3000/api` | Dev API URL |
727
728
 
728
729
  #### Example
729
730
 
@@ -731,7 +732,7 @@ You can override the default server globally by passing a server index to the `s
731
732
  import { GreenSecurity } from "@greensecurity/javascript-sdk";
732
733
 
733
734
  const greenSecurity = new GreenSecurity({
734
- serverIdx: 2,
735
+ serverIdx: 3,
735
736
  });
736
737
 
737
738
  async function run() {
@@ -758,7 +759,7 @@ The default server can also be overridden globally by passing a URL to the `serv
758
759
  import { GreenSecurity } from "@greensecurity/javascript-sdk";
759
760
 
760
761
  const greenSecurity = new GreenSecurity({
761
- serverURL: "https://localhost:3000/api",
762
+ serverURL: "https://dev.repconnex.com:3000/api",
762
763
  });
763
764
 
764
765
  async function run() {
package/bin/mcp-server.js CHANGED
@@ -34224,14 +34224,15 @@ var init_config = __esm(() => {
34224
34224
  ServerList = [
34225
34225
  "https://www.greensecurityllc.com/api",
34226
34226
  "https://staging.greensecurityllc.com/api",
34227
- "https://localhost:3000/api"
34227
+ "https://localhost:3000/api",
34228
+ "https://dev.repconnex.com:3000/api"
34228
34229
  ];
34229
34230
  SDK_METADATA = {
34230
34231
  language: "typescript",
34231
34232
  openapiDocVersion: "0.0.3",
34232
- sdkVersion: "0.35.45",
34233
+ sdkVersion: "0.35.47",
34233
34234
  genVersion: "2.620.2",
34234
- userAgent: "speakeasy-sdk/typescript 0.35.45 2.620.2 0.0.3 @greensecurity/javascript-sdk"
34235
+ userAgent: "speakeasy-sdk/typescript 0.35.47 2.620.2 0.0.3 @greensecurity/javascript-sdk"
34235
34236
  };
34236
34237
  });
34237
34238
 
@@ -51841,7 +51842,7 @@ Security zone checkin request`,
51841
51842
  function createMCPServer(deps) {
51842
51843
  const server = new McpServer({
51843
51844
  name: "GreenSecurity",
51844
- version: "0.35.45"
51845
+ version: "0.35.47"
51845
51846
  });
51846
51847
  const client = new GreenSecurityCore({
51847
51848
  security: deps.security,
@@ -53195,7 +53196,7 @@ var routes = rn({
53195
53196
  var app = Ve(routes, {
53196
53197
  name: "mcp",
53197
53198
  versionInfo: {
53198
- currentVersion: "0.35.45"
53199
+ currentVersion: "0.35.47"
53199
53200
  }
53200
53201
  });
53201
53202
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -53203,5 +53204,5 @@ export {
53203
53204
  app
53204
53205
  };
53205
53206
 
53206
- //# debugId=3030FE4B4AF1905164756E2164756E21
53207
+ //# debugId=0C9F84236BB5EC4064756E2164756E21
53207
53208
  //# sourceMappingURL=mcp-server.js.map