@dalmia/calibrate-mcp 0.0.27 → 0.0.28
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.28",
|
|
51396
51396
|
genVersion: "2.915.1",
|
|
51397
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51397
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.28 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51398
51398
|
};
|
|
51399
51399
|
});
|
|
51400
51400
|
|
|
@@ -58967,7 +58967,7 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
58967
58967
|
function createMCPServer(deps) {
|
|
58968
58968
|
const server = new McpServer({
|
|
58969
58969
|
name: "CalibrateMcp",
|
|
58970
|
-
version: "0.0.
|
|
58970
|
+
version: "0.0.28"
|
|
58971
58971
|
});
|
|
58972
58972
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
58973
58973
|
security: deps.security,
|
|
@@ -60194,7 +60194,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
60194
60194
|
<h1>Instructions</h1>
|
|
60195
60195
|
<p>One-click installation for Claude Desktop users</p>
|
|
60196
60196
|
<div class="instruction-item">
|
|
60197
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
60197
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.28/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
60198
60198
|
\uD83D\uDCE5 Download MCP Bundle
|
|
60199
60199
|
</a>
|
|
60200
60200
|
</div>
|
|
@@ -62846,7 +62846,7 @@ var routes = buildRouteMap({
|
|
|
62846
62846
|
var app = buildApplication(routes, {
|
|
62847
62847
|
name: "mcp",
|
|
62848
62848
|
versionInfo: {
|
|
62849
|
-
currentVersion: "0.0.
|
|
62849
|
+
currentVersion: "0.0.28"
|
|
62850
62850
|
}
|
|
62851
62851
|
});
|
|
62852
62852
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -62854,5 +62854,5 @@ export {
|
|
|
62854
62854
|
app
|
|
62855
62855
|
};
|
|
62856
62856
|
|
|
62857
|
-
//# debugId=
|
|
62857
|
+
//# debugId=16DFAEE79A0A324C64756E2164756E21
|
|
62858
62858
|
//# sourceMappingURL=mcp-server.js.map
|