@dalmia/calibrate-mcp 0.0.49 → 0.0.50
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 +10 -9
- package/bin/mcp-server.js.map +7 -7
- package/esm/landing-page.js +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/batchtestskip.d.ts +4 -0
- package/esm/models/batchtestskip.d.ts.map +1 -1
- package/esm/models/batchtestskip.js +5 -2
- package/esm/models/batchtestskip.js.map +1 -1
- package/package.json +1 -1
- package/src/landing-page.ts +1 -1
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/batchtestskip.ts +6 -2
package/bin/mcp-server.js
CHANGED
|
@@ -53020,9 +53020,9 @@ var init_config = __esm(() => {
|
|
|
53020
53020
|
SDK_METADATA = {
|
|
53021
53021
|
language: "typescript",
|
|
53022
53022
|
openapiDocVersion: "0.1.0",
|
|
53023
|
-
sdkVersion: "0.0.
|
|
53023
|
+
sdkVersion: "0.0.50",
|
|
53024
53024
|
genVersion: "2.915.1",
|
|
53025
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
53025
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.50 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
53026
53026
|
};
|
|
53027
53027
|
});
|
|
53028
53028
|
|
|
@@ -57374,12 +57374,13 @@ var init_batchtestskip = __esm(() => {
|
|
|
57374
57374
|
init_zod();
|
|
57375
57375
|
Reason$zodSchema = _enum([
|
|
57376
57376
|
"no_linked_tests",
|
|
57377
|
-
"connection_not_verified"
|
|
57378
|
-
|
|
57377
|
+
"connection_not_verified",
|
|
57378
|
+
"over_row_limit"
|
|
57379
|
+
]).describe("Why this agent was not run:\n- `no_linked_tests`: the agent has no tests linked\n- `connection_not_verified`: the agent's connection is not verified\n- `over_row_limit`: the agent has more linked tests than this workspace allows in one run");
|
|
57379
57380
|
BatchTestSkip$zodSchema = object({
|
|
57380
57381
|
agent_name: string2().describe("Name of the skipped agent"),
|
|
57381
57382
|
agent_uuid: string2().describe("ID of the skipped agent"),
|
|
57382
|
-
reason: Reason$zodSchema.describe("Why this agent was not run:\n- `no_linked_tests`: the agent has no tests linked\n- `connection_not_verified`: the agent's connection is not verified")
|
|
57383
|
+
reason: Reason$zodSchema.describe("Why this agent was not run:\n- `no_linked_tests`: the agent has no tests linked\n- `connection_not_verified`: the agent's connection is not verified\n- `over_row_limit`: the agent has more linked tests than this workspace allows in one run")
|
|
57383
57384
|
});
|
|
57384
57385
|
});
|
|
57385
57386
|
|
|
@@ -61646,7 +61647,7 @@ hits its trace limit.
|
|
|
61646
61647
|
function createMCPServer(deps) {
|
|
61647
61648
|
const server = new McpServer({
|
|
61648
61649
|
name: "CalibrateMcp",
|
|
61649
|
-
version: "0.0.
|
|
61650
|
+
version: "0.0.50"
|
|
61650
61651
|
});
|
|
61651
61652
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
61652
61653
|
security: deps.security,
|
|
@@ -62924,7 +62925,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
62924
62925
|
<h1>Instructions</h1>
|
|
62925
62926
|
<p>One-click installation for Claude Desktop users</p>
|
|
62926
62927
|
<div class="instruction-item">
|
|
62927
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
62928
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.50/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
62928
62929
|
\uD83D\uDCE5 Download MCP Bundle
|
|
62929
62930
|
</a>
|
|
62930
62931
|
</div>
|
|
@@ -65811,7 +65812,7 @@ var routes = buildRouteMap({
|
|
|
65811
65812
|
var app = buildApplication(routes, {
|
|
65812
65813
|
name: "mcp",
|
|
65813
65814
|
versionInfo: {
|
|
65814
|
-
currentVersion: "0.0.
|
|
65815
|
+
currentVersion: "0.0.50"
|
|
65815
65816
|
}
|
|
65816
65817
|
});
|
|
65817
65818
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -65819,5 +65820,5 @@ export {
|
|
|
65819
65820
|
app
|
|
65820
65821
|
};
|
|
65821
65822
|
|
|
65822
|
-
//# debugId=
|
|
65823
|
+
//# debugId=C9B13E4BDAC1050764756E2164756E21
|
|
65823
65824
|
//# sourceMappingURL=mcp-server.js.map
|