syllable-sdk 1.0.2-rc.6 → 1.0.2-rc.7

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
@@ -34414,9 +34414,9 @@ var init_config = __esm(() => {
34414
34414
  SDK_METADATA = {
34415
34415
  language: "typescript",
34416
34416
  openapiDocVersion: "0.0.2",
34417
- sdkVersion: "1.0.2-rc.6",
34417
+ sdkVersion: "1.0.2-rc.7",
34418
34418
  genVersion: "2.723.11",
34419
- userAgent: "speakeasy-sdk/typescript 1.0.2-rc.6 2.723.11 0.0.2 syllable-sdk"
34419
+ userAgent: "speakeasy-sdk/typescript 1.0.2-rc.7 2.723.11 0.0.2 syllable-sdk"
34420
34420
  };
34421
34421
  });
34422
34422
 
@@ -37077,8 +37077,8 @@ var init_promptresponse = __esm(() => {
37077
37077
  tools: arrayType(stringType()).optional(),
37078
37078
  llm_config: PromptLlmConfig$inboundSchema,
37079
37079
  session_end_enabled: booleanType().default(false),
37080
- id: numberType().int(),
37081
37080
  edit_comments: nullableType(stringType()).optional(),
37081
+ id: numberType().int(),
37082
37082
  last_updated: nullableType(stringType()),
37083
37083
  last_updated_by: nullableType(stringType()).optional(),
37084
37084
  agent_count: nullableType(numberType().int()).optional(),
@@ -37104,8 +37104,8 @@ var init_promptresponse = __esm(() => {
37104
37104
  tools: arrayType(stringType()).optional(),
37105
37105
  llmConfig: PromptLlmConfig$outboundSchema,
37106
37106
  sessionEndEnabled: booleanType().default(false),
37107
- id: numberType().int(),
37108
37107
  editComments: nullableType(stringType()).optional(),
37108
+ id: numberType().int(),
37109
37109
  lastUpdated: nullableType(stringType()),
37110
37110
  lastUpdatedBy: nullableType(stringType()).optional(),
37111
37111
  agentCount: nullableType(numberType().int()).optional(),
@@ -42282,11 +42282,13 @@ var init_promptcreaterequest = __esm(() => {
42282
42282
  tools: arrayType(stringType()).optional(),
42283
42283
  llm_config: PromptLlmConfig$inboundSchema,
42284
42284
  session_end_enabled: booleanType().default(false),
42285
+ edit_comments: nullableType(stringType()).optional(),
42285
42286
  include_default_tools: booleanType().default(true)
42286
42287
  }).transform((v2) => {
42287
42288
  return remap(v2, {
42288
42289
  llm_config: "llmConfig",
42289
42290
  session_end_enabled: "sessionEndEnabled",
42291
+ edit_comments: "editComments",
42290
42292
  include_default_tools: "includeDefaultTools"
42291
42293
  });
42292
42294
  });
@@ -42298,11 +42300,13 @@ var init_promptcreaterequest = __esm(() => {
42298
42300
  tools: arrayType(stringType()).optional(),
42299
42301
  llmConfig: PromptLlmConfig$outboundSchema,
42300
42302
  sessionEndEnabled: booleanType().default(false),
42303
+ editComments: nullableType(stringType()).optional(),
42301
42304
  includeDefaultTools: booleanType().default(true)
42302
42305
  }).transform((v2) => {
42303
42306
  return remap(v2, {
42304
42307
  llmConfig: "llm_config",
42305
42308
  sessionEndEnabled: "session_end_enabled",
42309
+ editComments: "edit_comments",
42306
42310
  includeDefaultTools: "include_default_tools"
42307
42311
  });
42308
42312
  });
@@ -42450,8 +42454,8 @@ var init_promptupdaterequest = __esm(() => {
42450
42454
  tools: arrayType(stringType()).optional(),
42451
42455
  llm_config: PromptLlmConfig$inboundSchema,
42452
42456
  session_end_enabled: booleanType().default(false),
42453
- id: numberType().int(),
42454
42457
  edit_comments: nullableType(stringType()).optional(),
42458
+ id: numberType().int(),
42455
42459
  include_default_tools: booleanType().default(true)
42456
42460
  }).transform((v2) => {
42457
42461
  return remap(v2, {
@@ -42469,8 +42473,8 @@ var init_promptupdaterequest = __esm(() => {
42469
42473
  tools: arrayType(stringType()).optional(),
42470
42474
  llmConfig: PromptLlmConfig$outboundSchema,
42471
42475
  sessionEndEnabled: booleanType().default(false),
42472
- id: numberType().int(),
42473
42476
  editComments: nullableType(stringType()).optional(),
42477
+ id: numberType().int(),
42474
42478
  includeDefaultTools: booleanType().default(true)
42475
42479
  }).transform((v2) => {
42476
42480
  return remap(v2, {
@@ -62956,7 +62960,7 @@ Send a welcome email to a user.`,
62956
62960
  function createMCPServer(deps) {
62957
62961
  const server = new McpServer({
62958
62962
  name: "SyllableSDK",
62959
- version: "1.0.2-rc.6"
62963
+ version: "1.0.2-rc.7"
62960
62964
  });
62961
62965
  const client = new SyllableSDKCore({
62962
62966
  apiKeyHeader: deps.apiKeyHeader,
@@ -64462,7 +64466,7 @@ var routes = ln({
64462
64466
  var app = _e(routes, {
64463
64467
  name: "mcp",
64464
64468
  versionInfo: {
64465
- currentVersion: "1.0.2-rc.6"
64469
+ currentVersion: "1.0.2-rc.7"
64466
64470
  }
64467
64471
  });
64468
64472
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -64470,5 +64474,5 @@ export {
64470
64474
  app
64471
64475
  };
64472
64476
 
64473
- //# debugId=BD5D3E909EF5EBBE64756E2164756E21
64477
+ //# debugId=A61EF178531706C264756E2164756E21
64474
64478
  //# sourceMappingURL=mcp-server.js.map