@meetkai/mka1 0.48.42 → 0.48.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 +5 -5
- package/bin/mcp-server.js.map +4 -4
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/jsr.json +1 -1
- package/package.json +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
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "1.1.0";
|
|
34
|
-
readonly sdkVersion: "0.48.
|
|
34
|
+
readonly sdkVersion: "0.48.43";
|
|
35
35
|
readonly genVersion: "2.916.4";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.48.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.48.43 2.916.4 1.1.0 @meetkai/mka1";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -35,8 +35,8 @@ function serverURLFromOptions(options) {
|
|
|
35
35
|
exports.SDK_METADATA = {
|
|
36
36
|
language: "typescript",
|
|
37
37
|
openapiDocVersion: "1.1.0",
|
|
38
|
-
sdkVersion: "0.48.
|
|
38
|
+
sdkVersion: "0.48.43",
|
|
39
39
|
genVersion: "2.916.4",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.48.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.48.43 2.916.4 1.1.0 @meetkai/mka1",
|
|
41
41
|
};
|
|
42
42
|
//# sourceMappingURL=config.js.map
|
|
@@ -22,7 +22,7 @@ const routes = (0, core_1.buildRouteMap)({
|
|
|
22
22
|
exports.app = (0, core_1.buildApplication)(routes, {
|
|
23
23
|
name: "mcp",
|
|
24
24
|
versionInfo: {
|
|
25
|
-
currentVersion: "0.48.
|
|
25
|
+
currentVersion: "0.48.43",
|
|
26
26
|
},
|
|
27
27
|
});
|
|
28
28
|
(0, core_1.run)(exports.app, node_process_1.default.argv.slice(2), (0, cli_js_1.buildContext)(node_process_1.default));
|
|
@@ -345,7 +345,7 @@ const usageSandbox_js_1 = require("./tools/usageSandbox.js");
|
|
|
345
345
|
function createMCPServer(deps) {
|
|
346
346
|
const server = new mcp_js_1.McpServer({
|
|
347
347
|
name: "SDK",
|
|
348
|
-
version: "0.48.
|
|
348
|
+
version: "0.48.43",
|
|
349
349
|
});
|
|
350
350
|
const client = new core_js_1.SDKCore({
|
|
351
351
|
bearerAuth: deps.bearerAuth,
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "1.1.0";
|
|
34
|
-
readonly sdkVersion: "0.48.
|
|
34
|
+
readonly sdkVersion: "0.48.43";
|
|
35
35
|
readonly genVersion: "2.916.4";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.48.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.48.43 2.916.4 1.1.0 @meetkai/mka1";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -31,8 +31,8 @@ export function serverURLFromOptions(options) {
|
|
|
31
31
|
export const SDK_METADATA = {
|
|
32
32
|
language: "typescript",
|
|
33
33
|
openapiDocVersion: "1.1.0",
|
|
34
|
-
sdkVersion: "0.48.
|
|
34
|
+
sdkVersion: "0.48.43",
|
|
35
35
|
genVersion: "2.916.4",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.48.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.48.43 2.916.4 1.1.0 @meetkai/mka1",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
|
@@ -342,7 +342,7 @@ import { tool$usageSandbox } from "./tools/usageSandbox.js";
|
|
|
342
342
|
export function createMCPServer(deps) {
|
|
343
343
|
const server = new McpServer({
|
|
344
344
|
name: "SDK",
|
|
345
|
-
version: "0.48.
|
|
345
|
+
version: "0.48.43",
|
|
346
346
|
});
|
|
347
347
|
const client = new SDKCore({
|
|
348
348
|
bearerAuth: deps.bearerAuth,
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
65
65
|
export const SDK_METADATA = {
|
|
66
66
|
language: "typescript",
|
|
67
67
|
openapiDocVersion: "1.1.0",
|
|
68
|
-
sdkVersion: "0.48.
|
|
68
|
+
sdkVersion: "0.48.43",
|
|
69
69
|
genVersion: "2.916.4",
|
|
70
|
-
userAgent: "speakeasy-sdk/typescript 0.48.
|
|
70
|
+
userAgent: "speakeasy-sdk/typescript 0.48.43 2.916.4 1.1.0 @meetkai/mka1",
|
|
71
71
|
} as const;
|