@dalmia/calibrate-mcp 0.0.29 → 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.
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.29",
51395
+ sdkVersion: "0.0.30",
51396
51396
  genVersion: "2.915.1",
51397
- userAgent: "speakeasy-sdk/mcp-typescript 0.0.29 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
  });
@@ -57822,11 +57823,12 @@ var init_evaluatordetailresponsecompact = __esm(() => {
57822
57823
  data_type: EvaluatorDetailResponseCompactDataType$zodSchema.describe("The modality the judge reads:\n\n- `text`\n- `audio`\n"),
57823
57824
  description: string2().nullable().optional().describe("What the evaluator checks"),
57824
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"),
57825
- 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"),
57826
57827
  live_version_id: string2().nullable().optional().describe("ID of the version that is currently live"),
57827
57828
  name: string2().describe("Evaluator name"),
57828
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"),
57829
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"),
57830
57832
  updated_at: string2().describe("When the evaluator was last updated (ISO 8601 UTC)"),
57831
57833
  uuid: string2().describe("Evaluator ID"),
57832
57834
  versions: array(EvaluatorVersionCompact$zodSchema).describe("Full version history, oldest first")
@@ -57991,7 +57993,7 @@ var init_listevaluatorsevaluatorsgetop = __esm(() => {
57991
57993
  ListEvaluatorsEvaluatorsGetRequest$zodSchema = object({
57992
57994
  data_type: ListEvaluatorsEvaluatorsGetDataType$zodSchema.nullable().optional().describe("Filter by modality. Omit for all"),
57993
57995
  evaluator_type: ListEvaluatorsEvaluatorsGetEvaluatorType$zodSchema.nullable().optional().describe("Filter by what the evaluator judges. Omit for all types"),
57994
- 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"),
57995
57997
  limit: int().describe("Maximum number of items to return. Omit for no limit (all items)").nullable().optional(),
57996
57998
  offset: int().default(0).describe("Number of items to skip before returning results"),
57997
57999
  q: string2().describe("Case-insensitive substring search on `name`. Blank is a no-op").nullable().optional(),
@@ -58970,7 +58972,7 @@ fields to change (name, config). Returns the updated test. Fails with
58970
58972
  function createMCPServer(deps) {
58971
58973
  const server = new McpServer({
58972
58974
  name: "CalibrateMcp",
58973
- version: "0.0.29"
58975
+ version: "0.0.30"
58974
58976
  });
58975
58977
  const getClient = deps.getSDK || (() => new CalibrateMcpCore({
58976
58978
  security: deps.security,
@@ -60197,7 +60199,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
60197
60199
  <h1>Instructions</h1>
60198
60200
  <p>One-click installation for Claude Desktop users</p>
60199
60201
  <div class="instruction-item">
60200
- <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.29/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;">
60201
60203
  \uD83D\uDCE5 Download MCP Bundle
60202
60204
  </a>
60203
60205
  </div>
@@ -62849,7 +62851,7 @@ var routes = buildRouteMap({
62849
62851
  var app = buildApplication(routes, {
62850
62852
  name: "mcp",
62851
62853
  versionInfo: {
62852
- currentVersion: "0.0.29"
62854
+ currentVersion: "0.0.30"
62853
62855
  }
62854
62856
  });
62855
62857
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -62857,5 +62859,5 @@ export {
62857
62859
  app
62858
62860
  };
62859
62861
 
62860
- //# debugId=EFE12B97060AE86D64756E2164756E21
62862
+ //# debugId=9864AA851D355E7364756E2164756E21
62861
62863
  //# sourceMappingURL=mcp-server.js.map