@s2-dev/streamstore 0.7.4 → 0.7.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
@@ -34210,9 +34210,9 @@ var init_config = __esm(() => {
34210
34210
  SDK_METADATA = {
34211
34211
  language: "typescript",
34212
34212
  openapiDocVersion: "1.0.0",
34213
- sdkVersion: "0.7.4",
34213
+ sdkVersion: "0.7.5",
34214
34214
  genVersion: "2.546.0",
34215
- userAgent: "speakeasy-sdk/typescript 0.7.4 2.546.0 1.0.0 @s2-dev/streamstore"
34215
+ userAgent: "speakeasy-sdk/typescript 0.7.5 2.546.0 1.0.0 @s2-dev/streamstore"
34216
34216
  };
34217
34217
  });
34218
34218
 
@@ -42316,7 +42316,7 @@ Retrieve a batch of records, or set \`Accept: text/event-stream\` to stream usin
42316
42316
  function createMCPServer(deps) {
42317
42317
  const server = new McpServer({
42318
42318
  name: "S2",
42319
- version: "0.7.4"
42319
+ version: "0.7.5"
42320
42320
  });
42321
42321
  const client = new S2Core({
42322
42322
  bearerAuth: deps.bearerAuth,
@@ -43552,7 +43552,7 @@ var routes = rn({
43552
43552
  var app = Ve(routes, {
43553
43553
  name: "mcp",
43554
43554
  versionInfo: {
43555
- currentVersion: "0.7.4"
43555
+ currentVersion: "0.7.5"
43556
43556
  }
43557
43557
  });
43558
43558
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -43560,5 +43560,5 @@ export {
43560
43560
  app
43561
43561
  };
43562
43562
 
43563
- //# debugId=A92CE63A4C46295C64756E2164756E21
43563
+ //# debugId=51B49E8ADF5270B664756E2164756E21
43564
43564
  //# sourceMappingURL=mcp-server.js.map