@dalmia/calibrate-mcp 0.0.42 → 0.0.43
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
|
@@ -51946,9 +51946,9 @@ var init_config = __esm(() => {
|
|
|
51946
51946
|
SDK_METADATA = {
|
|
51947
51947
|
language: "typescript",
|
|
51948
51948
|
openapiDocVersion: "0.1.0",
|
|
51949
|
-
sdkVersion: "0.0.
|
|
51949
|
+
sdkVersion: "0.0.43",
|
|
51950
51950
|
genVersion: "2.915.1",
|
|
51951
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51951
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.43 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51952
51952
|
};
|
|
51953
51953
|
});
|
|
51954
51954
|
|
|
@@ -60384,7 +60384,7 @@ hits its trace limit.
|
|
|
60384
60384
|
function createMCPServer(deps) {
|
|
60385
60385
|
const server = new McpServer({
|
|
60386
60386
|
name: "CalibrateMcp",
|
|
60387
|
-
version: "0.0.
|
|
60387
|
+
version: "0.0.43"
|
|
60388
60388
|
});
|
|
60389
60389
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
60390
60390
|
security: deps.security,
|
|
@@ -61650,7 +61650,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
61650
61650
|
<h1>Instructions</h1>
|
|
61651
61651
|
<p>One-click installation for Claude Desktop users</p>
|
|
61652
61652
|
<div class="instruction-item">
|
|
61653
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
61653
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.43/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
61654
61654
|
\uD83D\uDCE5 Download MCP Bundle
|
|
61655
61655
|
</a>
|
|
61656
61656
|
</div>
|
|
@@ -64537,7 +64537,7 @@ var routes = buildRouteMap({
|
|
|
64537
64537
|
var app = buildApplication(routes, {
|
|
64538
64538
|
name: "mcp",
|
|
64539
64539
|
versionInfo: {
|
|
64540
|
-
currentVersion: "0.0.
|
|
64540
|
+
currentVersion: "0.0.43"
|
|
64541
64541
|
}
|
|
64542
64542
|
});
|
|
64543
64543
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -64545,5 +64545,5 @@ export {
|
|
|
64545
64545
|
app
|
|
64546
64546
|
};
|
|
64547
64547
|
|
|
64548
|
-
//# debugId=
|
|
64548
|
+
//# debugId=AF946BF2D9C57E1564756E2164756E21
|
|
64549
64549
|
//# sourceMappingURL=mcp-server.js.map
|