cribl-control-plane 0.0.4 → 0.0.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/bin/mcp-server.js CHANGED
@@ -34854,9 +34854,9 @@ var init_config = __esm(() => {
34854
34854
  SDK_METADATA = {
34855
34855
  language: "typescript",
34856
34856
  openapiDocVersion: "4.14.0-alpha.1752602215751-e622ff04",
34857
- sdkVersion: "0.0.4",
34857
+ sdkVersion: "0.0.5",
34858
34858
  genVersion: "2.656.5",
34859
- userAgent: "speakeasy-sdk/typescript 0.0.4 2.656.5 4.14.0-alpha.1752602215751-e622ff04 cribl-control-plane"
34859
+ userAgent: "speakeasy-sdk/typescript 0.0.5 2.656.5 4.14.0-alpha.1752602215751-e622ff04 cribl-control-plane"
34860
34860
  };
34861
34861
  });
34862
34862
 
@@ -36116,7 +36116,7 @@ var init_diagGetHealthInfo2 = __esm(() => {
36116
36116
  function createMCPServer(deps) {
36117
36117
  const server = new McpServer({
36118
36118
  name: "CriblControlPlane",
36119
- version: "0.0.4"
36119
+ version: "0.0.5"
36120
36120
  });
36121
36121
  const client = new CriblControlPlaneCore({
36122
36122
  security: deps.security,
@@ -37354,7 +37354,7 @@ var routes = an({
37354
37354
  var app = He(routes, {
37355
37355
  name: "mcp",
37356
37356
  versionInfo: {
37357
- currentVersion: "0.0.4"
37357
+ currentVersion: "0.0.5"
37358
37358
  }
37359
37359
  });
37360
37360
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -37362,5 +37362,5 @@ export {
37362
37362
  app
37363
37363
  };
37364
37364
 
37365
- //# debugId=92C249F9C811A57B64756E2164756E21
37365
+ //# debugId=6A00E7A2D7CC891164756E2164756E21
37366
37366
  //# sourceMappingURL=mcp-server.js.map