@dalmia/calibrate-mcp 0.0.50 → 0.0.52
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
|
@@ -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.52",
|
|
53024
53024
|
genVersion: "2.915.1",
|
|
53025
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
53025
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.52 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
53026
53026
|
};
|
|
53027
53027
|
});
|
|
53028
53028
|
|
|
@@ -61647,7 +61647,7 @@ hits its trace limit.
|
|
|
61647
61647
|
function createMCPServer(deps) {
|
|
61648
61648
|
const server = new McpServer({
|
|
61649
61649
|
name: "CalibrateMcp",
|
|
61650
|
-
version: "0.0.
|
|
61650
|
+
version: "0.0.52"
|
|
61651
61651
|
});
|
|
61652
61652
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
61653
61653
|
security: deps.security,
|
|
@@ -62925,7 +62925,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
62925
62925
|
<h1>Instructions</h1>
|
|
62926
62926
|
<p>One-click installation for Claude Desktop users</p>
|
|
62927
62927
|
<div class="instruction-item">
|
|
62928
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
62928
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.52/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
62929
62929
|
\uD83D\uDCE5 Download MCP Bundle
|
|
62930
62930
|
</a>
|
|
62931
62931
|
</div>
|
|
@@ -65812,7 +65812,7 @@ var routes = buildRouteMap({
|
|
|
65812
65812
|
var app = buildApplication(routes, {
|
|
65813
65813
|
name: "mcp",
|
|
65814
65814
|
versionInfo: {
|
|
65815
|
-
currentVersion: "0.0.
|
|
65815
|
+
currentVersion: "0.0.52"
|
|
65816
65816
|
}
|
|
65817
65817
|
});
|
|
65818
65818
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -65820,5 +65820,5 @@ export {
|
|
|
65820
65820
|
app
|
|
65821
65821
|
};
|
|
65822
65822
|
|
|
65823
|
-
//# debugId=
|
|
65823
|
+
//# debugId=3550CC86593127FE64756E2164756E21
|
|
65824
65824
|
//# sourceMappingURL=mcp-server.js.map
|