@unified-api/typescript-sdk 2.73.18 → 2.73.19

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
@@ -34231,9 +34231,9 @@ var init_config = __esm(() => {
34231
34231
  SDK_METADATA = {
34232
34232
  language: "typescript",
34233
34233
  openapiDocVersion: "1.0",
34234
- sdkVersion: "2.73.18",
34234
+ sdkVersion: "2.73.19",
34235
34235
  genVersion: "2.687.13",
34236
- userAgent: "speakeasy-sdk/typescript 2.73.18 2.687.13 1.0 @unified-api/typescript-sdk"
34236
+ userAgent: "speakeasy-sdk/typescript 2.73.19 2.687.13 1.0 @unified-api/typescript-sdk"
34237
34237
  };
34238
34238
  });
34239
34239
 
@@ -44119,6 +44119,7 @@ var init_genaiprompt = __esm(() => {
44119
44119
  init_genaicontent();
44120
44120
  GenaiPrompt$inboundSchema = objectType({
44121
44121
  max_tokens: numberType().optional(),
44122
+ mcp_url: stringType().optional(),
44122
44123
  messages: arrayType(GenaiContent$inboundSchema).optional(),
44123
44124
  model_id: stringType().optional(),
44124
44125
  raw: recordType(anyType()).optional(),
@@ -44128,12 +44129,14 @@ var init_genaiprompt = __esm(() => {
44128
44129
  }).transform((v2) => {
44129
44130
  return remap(v2, {
44130
44131
  max_tokens: "maxTokens",
44132
+ mcp_url: "mcpUrl",
44131
44133
  model_id: "modelId",
44132
44134
  tokens_used: "tokensUsed"
44133
44135
  });
44134
44136
  });
44135
44137
  GenaiPrompt$outboundSchema = objectType({
44136
44138
  maxTokens: numberType().optional(),
44139
+ mcpUrl: stringType().optional(),
44137
44140
  messages: arrayType(GenaiContent$outboundSchema).optional(),
44138
44141
  modelId: stringType().optional(),
44139
44142
  raw: recordType(anyType()).optional(),
@@ -44143,6 +44146,7 @@ var init_genaiprompt = __esm(() => {
44143
44146
  }).transform((v2) => {
44144
44147
  return remap(v2, {
44145
44148
  maxTokens: "max_tokens",
44149
+ mcpUrl: "mcp_url",
44146
44150
  modelId: "model_id",
44147
44151
  tokensUsed: "tokens_used"
44148
44152
  });
@@ -126009,7 +126013,7 @@ var init_verificationUpdateVerificationRequest2 = __esm(() => {
126009
126013
  function createMCPServer(deps) {
126010
126014
  const server = new McpServer({
126011
126015
  name: "UnifiedTo",
126012
- version: "2.73.18"
126016
+ version: "2.73.19"
126013
126017
  });
126014
126018
  const client = new UnifiedToCore({
126015
126019
  security: deps.security,
@@ -128192,7 +128196,7 @@ var routes = an({
128192
128196
  var app = He(routes, {
128193
128197
  name: "mcp",
128194
128198
  versionInfo: {
128195
- currentVersion: "2.73.18"
128199
+ currentVersion: "2.73.19"
128196
128200
  }
128197
128201
  });
128198
128202
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -128200,5 +128204,5 @@ export {
128200
128204
  app
128201
128205
  };
128202
128206
 
128203
- //# debugId=B7E536450D8599E164756E2164756E21
128207
+ //# debugId=2E9AA79EB9CE254264756E2164756E21
128204
128208
  //# sourceMappingURL=mcp-server.js.map