@dalmia/calibrate-mcp 0.0.16 → 0.0.17
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.17",
|
|
51396
51396
|
genVersion: "2.915.1",
|
|
51397
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51397
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.17 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51398
51398
|
};
|
|
51399
51399
|
});
|
|
51400
51400
|
|
|
@@ -58456,7 +58456,7 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
58456
58456
|
function createMCPServer(deps) {
|
|
58457
58457
|
const server = new McpServer({
|
|
58458
58458
|
name: "CalibrateMcp",
|
|
58459
|
-
version: "0.0.
|
|
58459
|
+
version: "0.0.17"
|
|
58460
58460
|
});
|
|
58461
58461
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
58462
58462
|
security: deps.security,
|
|
@@ -59662,7 +59662,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
59662
59662
|
<h1>Instructions</h1>
|
|
59663
59663
|
<p>One-click installation for Claude Desktop users</p>
|
|
59664
59664
|
<div class="instruction-item">
|
|
59665
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
59665
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.17/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
59666
59666
|
\uD83D\uDCE5 Download MCP Bundle
|
|
59667
59667
|
</a>
|
|
59668
59668
|
</div>
|
|
@@ -62314,7 +62314,7 @@ var routes = buildRouteMap({
|
|
|
62314
62314
|
var app = buildApplication(routes, {
|
|
62315
62315
|
name: "mcp",
|
|
62316
62316
|
versionInfo: {
|
|
62317
|
-
currentVersion: "0.0.
|
|
62317
|
+
currentVersion: "0.0.17"
|
|
62318
62318
|
}
|
|
62319
62319
|
});
|
|
62320
62320
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -62322,5 +62322,5 @@ export {
|
|
|
62322
62322
|
app
|
|
62323
62323
|
};
|
|
62324
62324
|
|
|
62325
|
-
//# debugId=
|
|
62325
|
+
//# debugId=312531E882E78CEA64756E2164756E21
|
|
62326
62326
|
//# sourceMappingURL=mcp-server.js.map
|