@meetkai/mka1 0.51.21 → 0.51.22
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 +5 -5
- 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/commonjs/models/components/acceleratortype.d.ts +5 -5
- package/dist/commonjs/models/components/acceleratortype.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/dist/esm/models/components/acceleratortype.d.ts +5 -5
- package/dist/esm/models/components/acceleratortype.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
- package/src/models/components/acceleratortype.ts +5 -5
|
@@ -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.51.
|
|
34
|
+
readonly sdkVersion: "0.51.22";
|
|
35
35
|
readonly genVersion: "2.924.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.51.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 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.51.
|
|
38
|
+
sdkVersion: "0.51.22",
|
|
39
39
|
genVersion: "2.924.0",
|
|
40
|
-
userAgent: "speakeasy-sdk/typescript 0.51.
|
|
40
|
+
userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 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.51.
|
|
25
|
+
currentVersion: "0.51.22",
|
|
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));
|
|
@@ -359,7 +359,7 @@ const usageSandbox_js_1 = require("./tools/usageSandbox.js");
|
|
|
359
359
|
function createMCPServer(deps) {
|
|
360
360
|
const server = new mcp_js_1.McpServer({
|
|
361
361
|
name: "SDK",
|
|
362
|
-
version: "0.51.
|
|
362
|
+
version: "0.51.22",
|
|
363
363
|
});
|
|
364
364
|
const client = new core_js_1.SDKCore({
|
|
365
365
|
bearerAuth: deps.bearerAuth,
|
|
@@ -6,14 +6,14 @@ import { AcceleratorPriceBand, AcceleratorPriceBand$Outbound } from "./accelerat
|
|
|
6
6
|
import { AcceleratorWorkloadAffinity, AcceleratorWorkloadAffinity$Outbound } from "./acceleratorworkloadaffinity.js";
|
|
7
7
|
import { Acquirability } from "./acquirability.js";
|
|
8
8
|
/**
|
|
9
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
9
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
10
10
|
*/
|
|
11
11
|
export declare const Class: {
|
|
12
12
|
readonly Gpu: "gpu";
|
|
13
13
|
readonly Cpu: "cpu";
|
|
14
14
|
};
|
|
15
15
|
/**
|
|
16
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
16
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
17
17
|
*/
|
|
18
18
|
export type Class = ClosedEnum<typeof Class>;
|
|
19
19
|
/**
|
|
@@ -51,7 +51,7 @@ export type AcceleratorType = {
|
|
|
51
51
|
*/
|
|
52
52
|
acquirableCount?: number | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
54
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
55
55
|
*/
|
|
56
56
|
class: Class;
|
|
57
57
|
/**
|
|
@@ -61,11 +61,11 @@ export type AcceleratorType = {
|
|
|
61
61
|
*/
|
|
62
62
|
kind?: Kind | undefined;
|
|
63
63
|
/**
|
|
64
|
-
* Max accelerators of this type per replica.
|
|
64
|
+
* Max accelerators of this type per replica.
|
|
65
65
|
*/
|
|
66
66
|
maxCount: number;
|
|
67
67
|
/**
|
|
68
|
-
* Per-accelerator memory in GB. Absent for class
|
|
68
|
+
* Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
|
|
69
69
|
*/
|
|
70
70
|
memoryGb?: number | undefined;
|
|
71
71
|
name: string;
|
|
@@ -46,7 +46,7 @@ const acceleratorpriceband_js_1 = require("./acceleratorpriceband.js");
|
|
|
46
46
|
const acceleratorworkloadaffinity_js_1 = require("./acceleratorworkloadaffinity.js");
|
|
47
47
|
const acquirability_js_1 = require("./acquirability.js");
|
|
48
48
|
/**
|
|
49
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
49
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
50
50
|
*/
|
|
51
51
|
exports.Class = {
|
|
52
52
|
Gpu: "gpu",
|
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.51.
|
|
34
|
+
readonly sdkVersion: "0.51.22";
|
|
35
35
|
readonly genVersion: "2.924.0";
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 0.51.
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 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.51.
|
|
34
|
+
sdkVersion: "0.51.22",
|
|
35
35
|
genVersion: "2.924.0",
|
|
36
|
-
userAgent: "speakeasy-sdk/typescript 0.51.
|
|
36
|
+
userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1",
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.js.map
|
|
@@ -356,7 +356,7 @@ import { tool$usageSandbox } from "./tools/usageSandbox.js";
|
|
|
356
356
|
export function createMCPServer(deps) {
|
|
357
357
|
const server = new McpServer({
|
|
358
358
|
name: "SDK",
|
|
359
|
-
version: "0.51.
|
|
359
|
+
version: "0.51.22",
|
|
360
360
|
});
|
|
361
361
|
const client = new SDKCore({
|
|
362
362
|
bearerAuth: deps.bearerAuth,
|
|
@@ -6,14 +6,14 @@ import { AcceleratorPriceBand, AcceleratorPriceBand$Outbound } from "./accelerat
|
|
|
6
6
|
import { AcceleratorWorkloadAffinity, AcceleratorWorkloadAffinity$Outbound } from "./acceleratorworkloadaffinity.js";
|
|
7
7
|
import { Acquirability } from "./acquirability.js";
|
|
8
8
|
/**
|
|
9
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
9
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
10
10
|
*/
|
|
11
11
|
export declare const Class: {
|
|
12
12
|
readonly Gpu: "gpu";
|
|
13
13
|
readonly Cpu: "cpu";
|
|
14
14
|
};
|
|
15
15
|
/**
|
|
16
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
16
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
17
17
|
*/
|
|
18
18
|
export type Class = ClosedEnum<typeof Class>;
|
|
19
19
|
/**
|
|
@@ -51,7 +51,7 @@ export type AcceleratorType = {
|
|
|
51
51
|
*/
|
|
52
52
|
acquirableCount?: number | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
54
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
55
55
|
*/
|
|
56
56
|
class: Class;
|
|
57
57
|
/**
|
|
@@ -61,11 +61,11 @@ export type AcceleratorType = {
|
|
|
61
61
|
*/
|
|
62
62
|
kind?: Kind | undefined;
|
|
63
63
|
/**
|
|
64
|
-
* Max accelerators of this type per replica.
|
|
64
|
+
* Max accelerators of this type per replica.
|
|
65
65
|
*/
|
|
66
66
|
maxCount: number;
|
|
67
67
|
/**
|
|
68
|
-
* Per-accelerator memory in GB. Absent for class
|
|
68
|
+
* Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
|
|
69
69
|
*/
|
|
70
70
|
memoryGb?: number | undefined;
|
|
71
71
|
name: string;
|
|
@@ -8,7 +8,7 @@ import { AcceleratorPriceBand$inboundSchema, AcceleratorPriceBand$outboundSchema
|
|
|
8
8
|
import { AcceleratorWorkloadAffinity$inboundSchema, AcceleratorWorkloadAffinity$outboundSchema, } from "./acceleratorworkloadaffinity.js";
|
|
9
9
|
import { Acquirability$inboundSchema, Acquirability$outboundSchema, } from "./acquirability.js";
|
|
10
10
|
/**
|
|
11
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
11
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
12
12
|
*/
|
|
13
13
|
export const Class = {
|
|
14
14
|
Gpu: "gpu",
|
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.51.
|
|
68
|
+
sdkVersion: "0.51.22",
|
|
69
69
|
genVersion: "2.924.0",
|
|
70
|
-
userAgent: "speakeasy-sdk/typescript 0.51.
|
|
70
|
+
userAgent: "speakeasy-sdk/typescript 0.51.22 2.924.0 1.1.0 @meetkai/mka1",
|
|
71
71
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -27,14 +27,14 @@ import {
|
|
|
27
27
|
} from "./acquirability.js";
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
30
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
31
31
|
*/
|
|
32
32
|
export const Class = {
|
|
33
33
|
Gpu: "gpu",
|
|
34
34
|
Cpu: "cpu",
|
|
35
35
|
} as const;
|
|
36
36
|
/**
|
|
37
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
37
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
38
38
|
*/
|
|
39
39
|
export type Class = ClosedEnum<typeof Class>;
|
|
40
40
|
|
|
@@ -75,7 +75,7 @@ export type AcceleratorType = {
|
|
|
75
75
|
*/
|
|
76
76
|
acquirableCount?: number | undefined;
|
|
77
77
|
/**
|
|
78
|
-
* Coarse accelerator class. npu/tpu are reserved for future catalog entries.
|
|
78
|
+
* Coarse accelerator class. npu/tpu are reserved for future catalog entries. No cpu-class type is listed: CPU is a class, not an accelerator type, and cpu-class serving is requested through the deployment accelerator spec's class field rather than by naming a type here.
|
|
79
79
|
*/
|
|
80
80
|
class: Class;
|
|
81
81
|
/**
|
|
@@ -85,11 +85,11 @@ export type AcceleratorType = {
|
|
|
85
85
|
*/
|
|
86
86
|
kind?: Kind | undefined;
|
|
87
87
|
/**
|
|
88
|
-
* Max accelerators of this type per replica.
|
|
88
|
+
* Max accelerators of this type per replica.
|
|
89
89
|
*/
|
|
90
90
|
maxCount: number;
|
|
91
91
|
/**
|
|
92
|
-
* Per-accelerator memory in GB. Absent for class
|
|
92
|
+
* Per-accelerator memory in GB. Absent for cpu-class entries, which have no fixed memory module.
|
|
93
93
|
*/
|
|
94
94
|
memoryGb?: number | undefined;
|
|
95
95
|
name: string;
|