@dalmia/calibrate-mcp 0.0.28 → 0.0.30

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.
Files changed (40) hide show
  1. package/bin/mcp-server.js +17 -12
  2. package/bin/mcp-server.js.map +12 -12
  3. package/esm/landing-page.js +1 -1
  4. package/esm/lib/config.d.ts +2 -2
  5. package/esm/lib/config.js +2 -2
  6. package/esm/mcp-server/mcp-server.js +1 -1
  7. package/esm/mcp-server/server.js +1 -1
  8. package/esm/models/annotationtaskcreate.d.ts +2 -0
  9. package/esm/models/annotationtaskcreate.d.ts.map +1 -1
  10. package/esm/models/annotationtaskcreate.js +2 -0
  11. package/esm/models/annotationtaskcreate.js.map +1 -1
  12. package/esm/models/annotationtaskresponse.d.ts +2 -0
  13. package/esm/models/annotationtaskresponse.d.ts.map +1 -1
  14. package/esm/models/annotationtaskresponse.js +2 -0
  15. package/esm/models/annotationtaskresponse.js.map +1 -1
  16. package/esm/models/evaluatordetailresponsecompact.d.ts +1 -0
  17. package/esm/models/evaluatordetailresponsecompact.d.ts.map +1 -1
  18. package/esm/models/evaluatordetailresponsecompact.js +2 -1
  19. package/esm/models/evaluatordetailresponsecompact.js.map +1 -1
  20. package/esm/models/listevaluatorsevaluatorsgetop.js +1 -1
  21. package/esm/models/listevaluatorsevaluatorsgetop.js.map +1 -1
  22. package/esm/models/routersevaluatorsevaluatorresponse.d.ts +1 -0
  23. package/esm/models/routersevaluatorsevaluatorresponse.d.ts.map +1 -1
  24. package/esm/models/routersevaluatorsevaluatorresponse.js +2 -1
  25. package/esm/models/routersevaluatorsevaluatorresponse.js.map +1 -1
  26. package/esm/models/tasksummaryresponse.d.ts +2 -0
  27. package/esm/models/tasksummaryresponse.d.ts.map +1 -1
  28. package/esm/models/tasksummaryresponse.js +2 -0
  29. package/esm/models/tasksummaryresponse.js.map +1 -1
  30. package/package.json +1 -1
  31. package/src/landing-page.ts +1 -1
  32. package/src/lib/config.ts +2 -2
  33. package/src/mcp-server/mcp-server.ts +1 -1
  34. package/src/mcp-server/server.ts +1 -1
  35. package/src/models/annotationtaskcreate.ts +2 -0
  36. package/src/models/annotationtaskresponse.ts +2 -0
  37. package/src/models/evaluatordetailresponsecompact.ts +5 -1
  38. package/src/models/listevaluatorsevaluatorsgetop.ts +1 -1
  39. package/src/models/routersevaluatorsevaluatorresponse.ts +5 -1
  40. package/src/models/tasksummaryresponse.ts +2 -0
package/bin/mcp-server.js CHANGED
@@ -51392,9 +51392,9 @@ var init_config = __esm(() => {
51392
51392
  SDK_METADATA = {
51393
51393
  language: "typescript",
51394
51394
  openapiDocVersion: "0.1.0",
51395
- sdkVersion: "0.0.28",
51395
+ sdkVersion: "0.0.30",
51396
51396
  genVersion: "2.915.1",
51397
- userAgent: "speakeasy-sdk/mcp-typescript 0.0.28 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51397
+ userAgent: "speakeasy-sdk/mcp-typescript 0.0.30 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51398
51398
  };
51399
51399
  });
51400
51400
 
@@ -53581,12 +53581,13 @@ var init_routersevaluatorsevaluatorresponse = __esm(() => {
53581
53581
  data_type: RoutersEvaluatorsEvaluatorResponseDataType$zodSchema.describe("The modality the judge reads:\n\n- `text`\n- `audio`\n"),
53582
53582
  description: string2().nullable().optional().describe("What the evaluator checks"),
53583
53583
  evaluator_type: RoutersEvaluatorsEvaluatorResponseEvaluatorType$zodSchema.describe("What the evaluator judges:\n\n- `tts`: TTS audio\n- `stt`: one transcript\n- `llm`: a reply with its conversation history\n- `llm-general`: a standalone input and output pair\n- `conversation`: a full conversation\n"),
53584
- is_default: boolean2().describe("True for a built-in default evaluator, which you can't edit. False for an evaluator you created, which you can edit and add versions to"),
53584
+ is_default: boolean2().describe("True when the evaluator is a built-in default or your workspace's editable copy of one. False for an evaluator you created yourself"),
53585
53585
  live_version: EvaluatorLiveVersionSummary$zodSchema.nullable().optional().describe("The version that is currently live"),
53586
53586
  live_version_id: string2().nullable().optional().describe("ID of the version that is currently live"),
53587
53587
  name: string2().describe("Evaluator name"),
53588
53588
  output_type: RoutersEvaluatorsEvaluatorResponseOutputType$zodSchema.describe("How the evaluator scores:\n\n- `binary`: pass or fail\n- `rating`: a numeric score, using the scale in `output_config`\n"),
53589
53589
  slug: string2().nullable().optional().describe("Stable slug for a built-in default evaluator"),
53590
+ source_default_slug: string2().nullable().optional().describe("Stable slug of the built-in default this evaluator is your editable copy of. Set on your default forks so you can identify a specific default by it"),
53590
53591
  updated_at: string2().describe("When the evaluator was last updated (ISO 8601 UTC)"),
53591
53592
  uuid: string2().describe("Evaluator ID")
53592
53593
  });
@@ -55866,7 +55867,8 @@ var init_annotationtaskcreate = __esm(() => {
55866
55867
  "stt",
55867
55868
  "llm",
55868
55869
  "llm-general",
55869
- "conversation"
55870
+ "conversation",
55871
+ "tts"
55870
55872
  ]).describe("Task type. Determines the shape of each item's payload.\n- `stt`: judge a transcript on its own\n- `llm`: judge one response with its conversation history\n- `llm-general`: judge a standalone `input -> output` pair\n- `conversation`: judge a full conversation");
55871
55873
  AnnotationTaskCreate$zodSchema = object({
55872
55874
  description: string2().nullable().optional().describe("A description for the task. Omit for none"),
@@ -56198,7 +56200,8 @@ var init_annotationtaskresponse = __esm(() => {
56198
56200
  "stt",
56199
56201
  "llm",
56200
56202
  "llm-general",
56201
- "conversation"
56203
+ "conversation",
56204
+ "tts"
56202
56205
  ]).describe("Task type. Determines the shape of each item's payload.\n- `stt`: judge a transcript on its own\n- `llm`: judge one response with its conversation history\n- `llm-general`: judge a standalone `input -> output` pair\n- `conversation`: judge a full conversation");
56203
56206
  AnnotationTaskResponse$zodSchema = object({
56204
56207
  created_at: string2().describe("When the task was created (ISO 8601 UTC)"),
@@ -56750,7 +56753,8 @@ var init_tasksummaryresponse = __esm(() => {
56750
56753
  "stt",
56751
56754
  "llm",
56752
56755
  "llm-general",
56753
- "conversation"
56756
+ "conversation",
56757
+ "tts"
56754
56758
  ]).describe("Type of the task");
56755
56759
  TaskSummaryResponse$zodSchema = collectExtraKeys(object({
56756
56760
  annotators: array(record(string2(), any())).describe("The annotators who labelled or commented on items in the task, stable across pages"),
@@ -57819,11 +57823,12 @@ var init_evaluatordetailresponsecompact = __esm(() => {
57819
57823
  data_type: EvaluatorDetailResponseCompactDataType$zodSchema.describe("The modality the judge reads:\n\n- `text`\n- `audio`\n"),
57820
57824
  description: string2().nullable().optional().describe("What the evaluator checks"),
57821
57825
  evaluator_type: EvaluatorDetailResponseCompactEvaluatorType$zodSchema.describe("What the evaluator judges:\n\n- `tts`: TTS audio\n- `stt`: one transcript\n- `llm`: a reply with its conversation history\n- `llm-general`: a standalone input and output pair\n- `conversation`: a full conversation\n"),
57822
- is_default: boolean2().describe("True for a built-in default evaluator, which you can't edit. False for an evaluator you created, which you can edit and add versions to"),
57826
+ is_default: boolean2().describe("True when the evaluator is a built-in default or your workspace's editable copy of one. False for an evaluator you created yourself"),
57823
57827
  live_version_id: string2().nullable().optional().describe("ID of the version that is currently live"),
57824
57828
  name: string2().describe("Evaluator name"),
57825
57829
  output_type: EvaluatorDetailResponseCompactOutputType$zodSchema.describe("How the evaluator scores:\n\n- `binary`: pass or fail\n- `rating`: a numeric score, using the scale in `output_config`\n"),
57826
57830
  slug: string2().nullable().optional().describe("Stable slug for a built-in default evaluator"),
57831
+ source_default_slug: string2().nullable().optional().describe("Stable slug of the built-in default this evaluator is your editable copy of. Set on your default forks so you can identify a specific default by it"),
57827
57832
  updated_at: string2().describe("When the evaluator was last updated (ISO 8601 UTC)"),
57828
57833
  uuid: string2().describe("Evaluator ID"),
57829
57834
  versions: array(EvaluatorVersionCompact$zodSchema).describe("Full version history, oldest first")
@@ -57988,7 +57993,7 @@ var init_listevaluatorsevaluatorsgetop = __esm(() => {
57988
57993
  ListEvaluatorsEvaluatorsGetRequest$zodSchema = object({
57989
57994
  data_type: ListEvaluatorsEvaluatorsGetDataType$zodSchema.nullable().optional().describe("Filter by modality. Omit for all"),
57990
57995
  evaluator_type: ListEvaluatorsEvaluatorsGetEvaluatorType$zodSchema.nullable().optional().describe("Filter by what the evaluator judges. Omit for all types"),
57991
- include_defaults: boolean2().default(true).describe("When `true`, include the built-in default evaluators alongside the ones you created"),
57996
+ include_defaults: boolean2().default(true).describe("Retained for backward compatibility and no longer filters. Your evaluators, including your editable copies of the defaults, are always returned"),
57992
57997
  limit: int().describe("Maximum number of items to return. Omit for no limit (all items)").nullable().optional(),
57993
57998
  offset: int().default(0).describe("Number of items to skip before returning results"),
57994
57999
  q: string2().describe("Case-insensitive substring search on `name`. Blank is a no-op").nullable().optional(),
@@ -58967,7 +58972,7 @@ fields to change (name, config). Returns the updated test. Fails with
58967
58972
  function createMCPServer(deps) {
58968
58973
  const server = new McpServer({
58969
58974
  name: "CalibrateMcp",
58970
- version: "0.0.28"
58975
+ version: "0.0.30"
58971
58976
  });
58972
58977
  const getClient = deps.getSDK || (() => new CalibrateMcpCore({
58973
58978
  security: deps.security,
@@ -60194,7 +60199,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
60194
60199
  <h1>Instructions</h1>
60195
60200
  <p>One-click installation for Claude Desktop users</p>
60196
60201
  <div class="instruction-item">
60197
- <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.28/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
60202
+ <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.30/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
60198
60203
  \uD83D\uDCE5 Download MCP Bundle
60199
60204
  </a>
60200
60205
  </div>
@@ -62846,7 +62851,7 @@ var routes = buildRouteMap({
62846
62851
  var app = buildApplication(routes, {
62847
62852
  name: "mcp",
62848
62853
  versionInfo: {
62849
- currentVersion: "0.0.28"
62854
+ currentVersion: "0.0.30"
62850
62855
  }
62851
62856
  });
62852
62857
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -62854,5 +62859,5 @@ export {
62854
62859
  app
62855
62860
  };
62856
62861
 
62857
- //# debugId=16DFAEE79A0A324C64756E2164756E21
62862
+ //# debugId=9864AA851D355E7364756E2164756E21
62858
62863
  //# sourceMappingURL=mcp-server.js.map