@dalmia/calibrate-mcp 0.0.13 → 0.0.14

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.13",
51395
+ sdkVersion: "0.0.14",
51396
51396
  genVersion: "2.915.1",
51397
- userAgent: "speakeasy-sdk/mcp-typescript 0.0.13 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51397
+ userAgent: "speakeasy-sdk/mcp-typescript 0.0.14 2.915.1 0.1.0 @dalmia/calibrate-mcp"
51398
51398
  };
51399
51399
  });
51400
51400
 
@@ -53463,7 +53463,7 @@ name resolves to at most one agent; unknown names are returned under
53463
53463
  not_found. Use this before run-agent-tests when you have names instead
53464
53464
  of UUIDs. Does not create or modify agents.
53465
53465
  `,
53466
- scopes: ["write"],
53466
+ scopes: ["read"],
53467
53467
  annotations: {
53468
53468
  title: "Resolve agent names to UUIDs",
53469
53469
  destructiveHint: false,
@@ -55088,7 +55088,7 @@ fields to change (name, config). Returns the updated test. Fails with
55088
55088
  function createMCPServer(deps) {
55089
55089
  const server = new McpServer({
55090
55090
  name: "CalibrateMcp",
55091
- version: "0.0.13"
55091
+ version: "0.0.14"
55092
55092
  });
55093
55093
  const getClient = deps.getSDK || (() => new CalibrateMcpCore({
55094
55094
  security: deps.security,
@@ -56154,7 +56154,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
56154
56154
  <h1>Instructions</h1>
56155
56155
  <p>One-click installation for Claude Desktop users</p>
56156
56156
  <div class="instruction-item">
56157
- <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.13/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
56157
+ <a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.14/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
56158
56158
  \uD83D\uDCE5 Download MCP Bundle
56159
56159
  </a>
56160
56160
  </div>
@@ -58806,7 +58806,7 @@ var routes = buildRouteMap({
58806
58806
  var app = buildApplication(routes, {
58807
58807
  name: "mcp",
58808
58808
  versionInfo: {
58809
- currentVersion: "0.0.13"
58809
+ currentVersion: "0.0.14"
58810
58810
  }
58811
58811
  });
58812
58812
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -58814,5 +58814,5 @@ export {
58814
58814
  app
58815
58815
  };
58816
58816
 
58817
- //# debugId=87BE4BABE521603E64756E2164756E21
58817
+ //# debugId=18BF74CF339702A164756E2164756E21
58818
58818
  //# sourceMappingURL=mcp-server.js.map