@dalmia/calibrate-mcp 0.0.51 → 0.0.53
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 +9 -7
- package/bin/mcp-server.js.map +9 -9
- 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/agenttestrunlistitem.js +1 -1
- package/esm/models/agenttestrunlistitem.js.map +1 -1
- package/esm/models/benchmarkstatusresponse.d.ts +1 -0
- package/esm/models/benchmarkstatusresponse.d.ts.map +1 -1
- package/esm/models/benchmarkstatusresponse.js +1 -0
- package/esm/models/benchmarkstatusresponse.js.map +1 -1
- package/esm/models/testrunstatusresponse.d.ts +1 -0
- package/esm/models/testrunstatusresponse.d.ts.map +1 -1
- package/esm/models/testrunstatusresponse.js +1 -0
- package/esm/models/testrunstatusresponse.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/agenttestrunlistitem.ts +1 -1
- package/src/models/benchmarkstatusresponse.ts +4 -0
- package/src/models/testrunstatusresponse.ts +4 -0
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.53",
|
|
53024
53024
|
genVersion: "2.915.1",
|
|
53025
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
53025
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.53 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
53026
53026
|
};
|
|
53027
53027
|
});
|
|
53028
53028
|
|
|
@@ -56291,6 +56291,7 @@ var init_benchmarkstatusresponse = __esm(() => {
|
|
|
56291
56291
|
is_public: boolean2().default(false).describe("Whether the run is shared publicly"),
|
|
56292
56292
|
leaderboard_summary: array(record(string2(), any())).nullable().optional().describe("Leaderboard comparing the models, one row per model. Columns vary by benchmark: a `model` column plus pass/fail counts, latency, cost, and one score column per evaluator, keyed by evaluator name"),
|
|
56293
56293
|
model_results: array(ModelResult$zodSchema).nullable().optional().describe("Results for each model"),
|
|
56294
|
+
name: string2().describe("Name of the run. A run nobody has renamed shows its number instead, such as `Run 1` for a test run or `Benchmark 1` for a benchmark"),
|
|
56294
56295
|
share_token: string2().nullable().optional().describe("Token for building the public share URL"),
|
|
56295
56296
|
status: TaskStatus$zodSchema,
|
|
56296
56297
|
task_id: string2().describe("Benchmark run job ID"),
|
|
@@ -56453,6 +56454,7 @@ var init_testrunstatusresponse = __esm(() => {
|
|
|
56453
56454
|
failed: int().nullable().optional().describe("Number of test cases that failed"),
|
|
56454
56455
|
is_public: boolean2().default(false).describe("Whether the run is shared publicly"),
|
|
56455
56456
|
latency_ms: record(string2(), any()).nullable().optional().describe("Aggregated response latency in milliseconds, as `{p50, p95, p99, count}`"),
|
|
56457
|
+
name: string2().describe("Name of the run. A run nobody has renamed shows its number instead, such as `Run 1` for a test run or `Benchmark 1` for a benchmark"),
|
|
56456
56458
|
passed: int().nullable().optional().describe("Number of test cases that passed"),
|
|
56457
56459
|
results: array(TestCaseResult$zodSchema).nullable().optional().describe("Results for each test case"),
|
|
56458
56460
|
share_token: string2().nullable().optional().describe("Token for building the public share URL"),
|
|
@@ -57014,7 +57016,7 @@ var init_agenttestrunlistitem = __esm(() => {
|
|
|
57014
57016
|
is_public: boolean2().default(false).describe("Whether the run is shared publicly"),
|
|
57015
57017
|
latency_ms: record(string2(), any()).nullable().optional().describe("Aggregated latency in milliseconds, as `{p50, p95, p99, count}`"),
|
|
57016
57018
|
model_results: array(ModelRunSummary$zodSchema).nullable().optional().describe("Flat summary for each model in a benchmark run (fetch the benchmark detail for full results)"),
|
|
57017
|
-
name: string2().describe("
|
|
57019
|
+
name: string2().describe("Name of the run. A run nobody has renamed shows its number instead, such as `Run 1` for a test run or `Benchmark 1` for a benchmark"),
|
|
57018
57020
|
passed: int().nullable().optional().describe("Number of test cases that passed"),
|
|
57019
57021
|
results: array(TestRunCaseSummary$zodSchema).nullable().optional().describe("Flat pass/fail summary for each test case (fetch the run detail for full results)"),
|
|
57020
57022
|
share_token: string2().nullable().optional().describe("Token for building the public share URL"),
|
|
@@ -61647,7 +61649,7 @@ hits its trace limit.
|
|
|
61647
61649
|
function createMCPServer(deps) {
|
|
61648
61650
|
const server = new McpServer({
|
|
61649
61651
|
name: "CalibrateMcp",
|
|
61650
|
-
version: "0.0.
|
|
61652
|
+
version: "0.0.53"
|
|
61651
61653
|
});
|
|
61652
61654
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
61653
61655
|
security: deps.security,
|
|
@@ -62925,7 +62927,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
62925
62927
|
<h1>Instructions</h1>
|
|
62926
62928
|
<p>One-click installation for Claude Desktop users</p>
|
|
62927
62929
|
<div class="instruction-item">
|
|
62928
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
62930
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.53/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
62929
62931
|
\uD83D\uDCE5 Download MCP Bundle
|
|
62930
62932
|
</a>
|
|
62931
62933
|
</div>
|
|
@@ -65812,7 +65814,7 @@ var routes = buildRouteMap({
|
|
|
65812
65814
|
var app = buildApplication(routes, {
|
|
65813
65815
|
name: "mcp",
|
|
65814
65816
|
versionInfo: {
|
|
65815
|
-
currentVersion: "0.0.
|
|
65817
|
+
currentVersion: "0.0.53"
|
|
65816
65818
|
}
|
|
65817
65819
|
});
|
|
65818
65820
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -65820,5 +65822,5 @@ export {
|
|
|
65820
65822
|
app
|
|
65821
65823
|
};
|
|
65822
65824
|
|
|
65823
|
-
//# debugId=
|
|
65825
|
+
//# debugId=712697F69D42259C64756E2164756E21
|
|
65824
65826
|
//# sourceMappingURL=mcp-server.js.map
|