@s2-dev/streamstore 0.8.0 → 0.8.1

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
@@ -34182,9 +34182,9 @@ var init_config = __esm(() => {
34182
34182
  SDK_METADATA = {
34183
34183
  language: "typescript",
34184
34184
  openapiDocVersion: "1.0.0",
34185
- sdkVersion: "0.8.0",
34186
- genVersion: "2.547.2",
34187
- userAgent: "speakeasy-sdk/typescript 0.8.0 2.547.2 1.0.0 @s2-dev/streamstore"
34185
+ sdkVersion: "0.8.1",
34186
+ genVersion: "2.548.1",
34187
+ userAgent: "speakeasy-sdk/typescript 0.8.1 2.548.1 1.0.0 @s2-dev/streamstore"
34188
34188
  };
34189
34189
  });
34190
34190
 
@@ -36295,9 +36295,11 @@ var init_readresponse = __esm(() => {
36295
36295
  ReadResponse3Event$.outboundSchema = ReadResponse3Event$outboundSchema;
36296
36296
  })(ReadResponse3Event$ ||= {});
36297
36297
  Ping$inboundSchema = objectType({
36298
+ data: stringType(),
36298
36299
  event: ReadResponse3Event$inboundSchema
36299
36300
  });
36300
36301
  Ping$outboundSchema = objectType({
36302
+ data: stringType(),
36301
36303
  event: ReadResponse3Event$outboundSchema
36302
36304
  });
36303
36305
  ((Ping$) => {
@@ -36351,14 +36353,14 @@ var init_readresponse = __esm(() => {
36351
36353
  Message$.outboundSchema = Message$outboundSchema;
36352
36354
  })(Message$ ||= {});
36353
36355
  ReadResponse$inboundSchema = unionType([
36354
- lazyType(() => Ping$inboundSchema),
36355
36356
  lazyType(() => Message$inboundSchema),
36356
- lazyType(() => ErrorT$inboundSchema)
36357
+ lazyType(() => ErrorT$inboundSchema),
36358
+ lazyType(() => Ping$inboundSchema)
36357
36359
  ]);
36358
36360
  ReadResponse$outboundSchema = unionType([
36359
- lazyType(() => Ping$outboundSchema),
36360
36361
  lazyType(() => Message$outboundSchema),
36361
- lazyType(() => ErrorT$outboundSchema)
36362
+ lazyType(() => ErrorT$outboundSchema),
36363
+ lazyType(() => Ping$outboundSchema)
36362
36364
  ]);
36363
36365
  ((ReadResponse$) => {
36364
36366
  ReadResponse$.inboundSchema = ReadResponse$inboundSchema;
@@ -42292,7 +42294,7 @@ Retrieve a batch of records, or set \`Accept: text/event-stream\` to stream usin
42292
42294
  function createMCPServer(deps) {
42293
42295
  const server = new McpServer({
42294
42296
  name: "S2",
42295
- version: "0.8.0"
42297
+ version: "0.8.1"
42296
42298
  });
42297
42299
  const client = new S2Core({
42298
42300
  bearerAuth: deps.bearerAuth,
@@ -43528,7 +43530,7 @@ var routes = rn({
43528
43530
  var app = Ve(routes, {
43529
43531
  name: "mcp",
43530
43532
  versionInfo: {
43531
- currentVersion: "0.8.0"
43533
+ currentVersion: "0.8.1"
43532
43534
  }
43533
43535
  });
43534
43536
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -43536,5 +43538,5 @@ export {
43536
43538
  app
43537
43539
  };
43538
43540
 
43539
- //# debugId=74C6E277D782FAB764756E2164756E21
43541
+ //# debugId=2389AF082FC7179764756E2164756E21
43540
43542
  //# sourceMappingURL=mcp-server.js.map