@dalmia/calibrate-mcp 0.0.18 → 0.0.20
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 +6 -6
- package/bin/mcp-server.js.map +5 -5
- 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/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/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.
|
|
51395
|
+
sdkVersion: "0.0.20",
|
|
51396
51396
|
genVersion: "2.915.1",
|
|
51397
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51397
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.20 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51398
51398
|
};
|
|
51399
51399
|
});
|
|
51400
51400
|
|
|
@@ -58481,7 +58481,7 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
58481
58481
|
function createMCPServer(deps) {
|
|
58482
58482
|
const server = new McpServer({
|
|
58483
58483
|
name: "CalibrateMcp",
|
|
58484
|
-
version: "0.0.
|
|
58484
|
+
version: "0.0.20"
|
|
58485
58485
|
});
|
|
58486
58486
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
58487
58487
|
security: deps.security,
|
|
@@ -59687,7 +59687,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
59687
59687
|
<h1>Instructions</h1>
|
|
59688
59688
|
<p>One-click installation for Claude Desktop users</p>
|
|
59689
59689
|
<div class="instruction-item">
|
|
59690
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
59690
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.20/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
59691
59691
|
\uD83D\uDCE5 Download MCP Bundle
|
|
59692
59692
|
</a>
|
|
59693
59693
|
</div>
|
|
@@ -62339,7 +62339,7 @@ var routes = buildRouteMap({
|
|
|
62339
62339
|
var app = buildApplication(routes, {
|
|
62340
62340
|
name: "mcp",
|
|
62341
62341
|
versionInfo: {
|
|
62342
|
-
currentVersion: "0.0.
|
|
62342
|
+
currentVersion: "0.0.20"
|
|
62343
62343
|
}
|
|
62344
62344
|
});
|
|
62345
62345
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -62347,5 +62347,5 @@ export {
|
|
|
62347
62347
|
app
|
|
62348
62348
|
};
|
|
62349
62349
|
|
|
62350
|
-
//# debugId=
|
|
62350
|
+
//# debugId=356098E737CB800364756E2164756E21
|
|
62351
62351
|
//# sourceMappingURL=mcp-server.js.map
|