@dalmia/calibrate-mcp 0.0.23 → 0.0.24
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.24",
|
|
51396
51396
|
genVersion: "2.915.1",
|
|
51397
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51397
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.24 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51398
51398
|
};
|
|
51399
51399
|
});
|
|
51400
51400
|
|
|
@@ -58636,7 +58636,7 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
58636
58636
|
function createMCPServer(deps) {
|
|
58637
58637
|
const server = new McpServer({
|
|
58638
58638
|
name: "CalibrateMcp",
|
|
58639
|
-
version: "0.0.
|
|
58639
|
+
version: "0.0.24"
|
|
58640
58640
|
});
|
|
58641
58641
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
58642
58642
|
security: deps.security,
|
|
@@ -59842,7 +59842,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
59842
59842
|
<h1>Instructions</h1>
|
|
59843
59843
|
<p>One-click installation for Claude Desktop users</p>
|
|
59844
59844
|
<div class="instruction-item">
|
|
59845
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
59845
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.24/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
59846
59846
|
\uD83D\uDCE5 Download MCP Bundle
|
|
59847
59847
|
</a>
|
|
59848
59848
|
</div>
|
|
@@ -62494,7 +62494,7 @@ var routes = buildRouteMap({
|
|
|
62494
62494
|
var app = buildApplication(routes, {
|
|
62495
62495
|
name: "mcp",
|
|
62496
62496
|
versionInfo: {
|
|
62497
|
-
currentVersion: "0.0.
|
|
62497
|
+
currentVersion: "0.0.24"
|
|
62498
62498
|
}
|
|
62499
62499
|
});
|
|
62500
62500
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -62502,5 +62502,5 @@ export {
|
|
|
62502
62502
|
app
|
|
62503
62503
|
};
|
|
62504
62504
|
|
|
62505
|
-
//# debugId=
|
|
62505
|
+
//# debugId=F30249DEC7355B7B64756E2164756E21
|
|
62506
62506
|
//# sourceMappingURL=mcp-server.js.map
|