@dalmia/calibrate-mcp 0.0.35 → 0.0.36

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
@@ -51428,9 +51428,9 @@ var init_config = __esm(() => {
51428
51428
  SDK_METADATA = {
51429
51429
  language: "typescript",
51430
51430
  openapiDocVersion: "0.1.0",
51431
- sdkVersion: "0.0.35",
51431
+ sdkVersion: "0.0.36",
51432
51432
  genVersion: "2.915.1",
51433
- userAgent: "speakeasy-sdk/mcp-typescript 0.0.35 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51433
+ userAgent: "speakeasy-sdk/mcp-typescript 0.0.36 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51434
51434
  };
51435
51435
  });
51436
51436
 
@@ -57136,7 +57136,8 @@ var EvaluatorSetRequest$zodSchema;
57136
57136
  var init_evaluatorsetrequest = __esm(() => {
57137
57137
  init_zod();
57138
57138
  EvaluatorSetRequest$zodSchema = object({
57139
- evaluator_ids: array(string2()).describe("The full ordered set of evaluators the task should end up linked to, in display order. Missing ones are unlinked, new ones are linked, and the order sets their position. Send an empty list to unlink all. Each must be one you created or a built-in default")
57139
+ evaluator_ids: array(string2()).describe("The full ordered set of evaluators the task should end up linked to, in display order. Missing ones are unlinked, new ones are linked, and the order sets their position. Send an empty list to unlink all. Each must be one you created or a built-in default"),
57140
+ optional_evaluator_ids: array(string2()).nullable().optional().describe("Which of `evaluator_ids` annotators may leave blank. Applied as a whole set, so an ID left out becomes required again. Optional evaluators do not hold a labelling job back from completing. Omit to leave every evaluator as it is")
57140
57141
  });
57141
57142
  });
57142
57143
 
@@ -59664,7 +59665,7 @@ hits its trace limit.
59664
59665
  function createMCPServer(deps) {
59665
59666
  const server = new McpServer({
59666
59667
  name: "CalibrateMcp",
59667
- version: "0.0.35"
59668
+ version: "0.0.36"
59668
59669
  });
59669
59670
  const getClient = deps.getSDK || (() => new CalibrateMcpCore({
59670
59671
  security: deps.security,
@@ -60923,7 +60924,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
60923
60924
  <h1>Instructions</h1>
60924
60925
  <p>One-click installation for Claude Desktop users</p>
60925
60926
  <div class="instruction-item">
60926
- <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.35/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
60927
+ <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.36/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
60927
60928
  \uD83D\uDCE5 Download MCP Bundle
60928
60929
  </a>
60929
60930
  </div>
@@ -63810,7 +63811,7 @@ var routes = buildRouteMap({
63810
63811
  var app = buildApplication(routes, {
63811
63812
  name: "mcp",
63812
63813
  versionInfo: {
63813
- currentVersion: "0.0.35"
63814
+ currentVersion: "0.0.36"
63814
63815
  }
63815
63816
  });
63816
63817
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -63818,5 +63819,5 @@ export {
63818
63819
  app
63819
63820
  };
63820
63821
 
63821
- //# debugId=514428CBF7C544CD64756E2164756E21
63822
+ //# debugId=02E624599D1F6F0764756E2164756E21
63822
63823
  //# sourceMappingURL=mcp-server.js.map