syllable-sdk 1.0.38 → 1.0.39-rc.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
@@ -53072,9 +53072,9 @@ var init_config = __esm(() => {
53072
53072
  SDK_METADATA = {
53073
53073
  language: "typescript",
53074
53074
  openapiDocVersion: "0.0.3",
53075
- sdkVersion: "1.0.38",
53075
+ sdkVersion: "1.0.39-rc.1",
53076
53076
  genVersion: "2.881.4",
53077
- userAgent: "speakeasy-sdk/typescript 1.0.38 2.881.4 0.0.3 syllable-sdk"
53077
+ userAgent: "speakeasy-sdk/typescript 1.0.39-rc.1 2.881.4 0.0.3 syllable-sdk"
53078
53078
  };
53079
53079
  });
53080
53080
 
@@ -55363,12 +55363,10 @@ var ContextTaskMetadata$inboundSchema, ContextTaskMetadata$outboundSchema;
55363
55363
  var init_contexttaskmetadata = __esm(() => {
55364
55364
  init_v3();
55365
55365
  ContextTaskMetadata$inboundSchema = objectType({
55366
- priority: nullableType(numberType().int()).optional(),
55367
- parentToolName: nullableType(stringType()).optional()
55366
+ priority: nullableType(numberType().int()).optional()
55368
55367
  });
55369
55368
  ContextTaskMetadata$outboundSchema = objectType({
55370
- priority: nullableType(numberType().int()).optional(),
55371
- parentToolName: nullableType(stringType()).optional()
55369
+ priority: nullableType(numberType().int()).optional()
55372
55370
  });
55373
55371
  });
55374
55372
 
@@ -85744,7 +85742,7 @@ Generate voice sample.`,
85744
85742
  function createMCPServer(deps) {
85745
85743
  const server = new McpServer({
85746
85744
  name: "SyllableSDK",
85747
- version: "1.0.38"
85745
+ version: "1.0.39-rc.1"
85748
85746
  });
85749
85747
  const client = new SyllableSDKCore({
85750
85748
  apiKeyHeader: deps.apiKeyHeader,
@@ -87288,7 +87286,7 @@ var routes = ln({
87288
87286
  var app = _e(routes, {
87289
87287
  name: "mcp",
87290
87288
  versionInfo: {
87291
- currentVersion: "1.0.38"
87289
+ currentVersion: "1.0.39-rc.1"
87292
87290
  }
87293
87291
  });
87294
87292
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -87296,5 +87294,5 @@ export {
87296
87294
  app
87297
87295
  };
87298
87296
 
87299
- //# debugId=F5EDEA8E7F28165364756E2164756E21
87297
+ //# debugId=ABE422794913F09364756E2164756E21
87300
87298
  //# sourceMappingURL=mcp-server.js.map