@dalmia/calibrate-mcp 0.0.30 → 0.0.31
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.31",
|
|
51396
51396
|
genVersion: "2.915.1",
|
|
51397
|
-
userAgent: "speakeasy-sdk/mcp-typescript 0.0.
|
|
51397
|
+
userAgent: "speakeasy-sdk/mcp-typescript 0.0.31 2.915.1 0.1.0 @dalmia/calibrate-mcp"
|
|
51398
51398
|
};
|
|
51399
51399
|
});
|
|
51400
51400
|
|
|
@@ -58972,7 +58972,7 @@ fields to change (name, config). Returns the updated test. Fails with
|
|
|
58972
58972
|
function createMCPServer(deps) {
|
|
58973
58973
|
const server = new McpServer({
|
|
58974
58974
|
name: "CalibrateMcp",
|
|
58975
|
-
version: "0.0.
|
|
58975
|
+
version: "0.0.31"
|
|
58976
58976
|
});
|
|
58977
58977
|
const getClient = deps.getSDK || (() => new CalibrateMcpCore({
|
|
58978
58978
|
security: deps.security,
|
|
@@ -60199,7 +60199,7 @@ http_headers = { "api-key-auth" = "YOUR_API_KEY_AUTH" }`;
|
|
|
60199
60199
|
<h1>Instructions</h1>
|
|
60200
60200
|
<p>One-click installation for Claude Desktop users</p>
|
|
60201
60201
|
<div class="instruction-item">
|
|
60202
|
-
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.
|
|
60202
|
+
<a href="https://github.com/dalmia/calibrate-mcp/releases/download/v0.0.31/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
|
|
60203
60203
|
\uD83D\uDCE5 Download MCP Bundle
|
|
60204
60204
|
</a>
|
|
60205
60205
|
</div>
|
|
@@ -62851,7 +62851,7 @@ var routes = buildRouteMap({
|
|
|
62851
62851
|
var app = buildApplication(routes, {
|
|
62852
62852
|
name: "mcp",
|
|
62853
62853
|
versionInfo: {
|
|
62854
|
-
currentVersion: "0.0.
|
|
62854
|
+
currentVersion: "0.0.31"
|
|
62855
62855
|
}
|
|
62856
62856
|
});
|
|
62857
62857
|
run(app, process4.argv.slice(2), buildContext(process4));
|
|
@@ -62859,5 +62859,5 @@ export {
|
|
|
62859
62859
|
app
|
|
62860
62860
|
};
|
|
62861
62861
|
|
|
62862
|
-
//# debugId=
|
|
62862
|
+
//# debugId=7D44D3460F5EF0A764756E2164756E21
|
|
62863
62863
|
//# sourceMappingURL=mcp-server.js.map
|