syllable-sdk 1.0.7-rc.5 → 1.0.7-rc.6

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
@@ -34419,9 +34419,9 @@ var init_config = __esm(() => {
34419
34419
  SDK_METADATA = {
34420
34420
  language: "typescript",
34421
34421
  openapiDocVersion: "0.0.2",
34422
- sdkVersion: "1.0.7-rc.5",
34422
+ sdkVersion: "1.0.7-rc.6",
34423
34423
  genVersion: "2.731.4",
34424
- userAgent: "speakeasy-sdk/typescript 1.0.7-rc.5 2.731.4 0.0.2 syllable-sdk"
34424
+ userAgent: "speakeasy-sdk/typescript 1.0.7-rc.6 2.731.4 0.0.2 syllable-sdk"
34425
34425
  };
34426
34426
  });
34427
34427
 
@@ -36841,7 +36841,9 @@ var init_toolhttpmethod = __esm(() => {
36841
36841
  init_v3();
36842
36842
  ToolHttpMethod = {
36843
36843
  Get: "get",
36844
- Post: "post"
36844
+ Post: "post",
36845
+ Put: "put",
36846
+ Delete: "delete"
36845
36847
  };
36846
36848
  ToolHttpMethod$inboundSchema = nativeEnumType(ToolHttpMethod);
36847
36849
  ToolHttpMethod$outboundSchema = ToolHttpMethod$inboundSchema;
@@ -65307,7 +65309,7 @@ Generate voice sample.`,
65307
65309
  function createMCPServer(deps) {
65308
65310
  const server = new McpServer({
65309
65311
  name: "SyllableSDK",
65310
- version: "1.0.7-rc.5"
65312
+ version: "1.0.7-rc.6"
65311
65313
  });
65312
65314
  const client = new SyllableSDKCore({
65313
65315
  apiKeyHeader: deps.apiKeyHeader,
@@ -66841,7 +66843,7 @@ var routes = ln({
66841
66843
  var app = _e(routes, {
66842
66844
  name: "mcp",
66843
66845
  versionInfo: {
66844
- currentVersion: "1.0.7-rc.5"
66846
+ currentVersion: "1.0.7-rc.6"
66845
66847
  }
66846
66848
  });
66847
66849
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -66849,5 +66851,5 @@ export {
66849
66851
  app
66850
66852
  };
66851
66853
 
66852
- //# debugId=8CFA546D8DE6A46364756E2164756E21
66854
+ //# debugId=CE94BDB2B930322F64756E2164756E21
66853
66855
  //# sourceMappingURL=mcp-server.js.map