@meetkai/mka1 0.53.3 → 0.53.5
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 +6 -6
- package/dist/commonjs/funcs/llmEvalsGetSampleAudio.d.ts +1 -1
- package/dist/commonjs/funcs/llmEvalsGetSampleAudio.js +1 -1
- 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/mcp-server/tools/llmEvalsGetSampleAudio.js +1 -1
- package/dist/commonjs/mcp-server/tools/llmEvalsGetSampleAudio.js.map +1 -1
- package/dist/commonjs/react-query/llmEvalsGetSampleAudio.d.ts +2 -2
- package/dist/commonjs/react-query/llmEvalsGetSampleAudio.js +2 -2
- package/dist/commonjs/sdk/evals.d.ts +1 -1
- package/dist/commonjs/sdk/evals.js +1 -1
- package/dist/esm/funcs/llmEvalsGetSampleAudio.d.ts +1 -1
- package/dist/esm/funcs/llmEvalsGetSampleAudio.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/mcp-server/tools/llmEvalsGetSampleAudio.js +1 -1
- package/dist/esm/mcp-server/tools/llmEvalsGetSampleAudio.js.map +1 -1
- package/dist/esm/react-query/llmEvalsGetSampleAudio.d.ts +2 -2
- package/dist/esm/react-query/llmEvalsGetSampleAudio.js +2 -2
- package/dist/esm/sdk/evals.d.ts +1 -1
- package/dist/esm/sdk/evals.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/llmEvalsGetSampleAudio.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/src/mcp-server/tools/llmEvalsGetSampleAudio.ts +1 -1
- package/src/react-query/llmEvalsGetSampleAudio.ts +2 -2
- package/src/sdk/evals.ts +1 -1
package/bin/mcp-server.js
CHANGED
|
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
|
|
|
52876
52876
|
SDK_METADATA = {
|
|
52877
52877
|
language: "typescript",
|
|
52878
52878
|
openapiDocVersion: "1.1.0",
|
|
52879
|
-
sdkVersion: "0.53.
|
|
52879
|
+
sdkVersion: "0.53.5",
|
|
52880
52880
|
genVersion: "2.926.8",
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.53.
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.53.5 2.926.8 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -115627,7 +115627,7 @@ var init_llmEvalsGetSampleAudio2 = __esm(() => {
|
|
|
115627
115627
|
name: "llm-evals-get-sample-audio",
|
|
115628
115628
|
description: `Get eval sample audio
|
|
115629
115629
|
|
|
115630
|
-
Returns \`{ object, audio, sample_index, task_id, model }\` for a single transcription sample — the clip reference (a base64 \`data:\` URI or a URL) read from the un-redacted \`dataset_row\` (list responses redact inline \`data:\` blobs), plus the resolved task/model. Prefers the task's configured \`audio_column\`, falling back to a heuristic scan. The clip differs across tasks, so pass \`task_id\` when a run has more than one transcription task; if the index spans multiple tasks and \`task_id\` is omitted, returns 400 rather than guessing. \`model\` is optional (the clip is identical across models) and only extends the index prefix. Returns 404 when the sample or its audio is absent, 413 when the inline clip is too large.`,
|
|
115630
|
+
Returns \`{ object, audio, sample_index, task_id, model }\` for a single transcription sample — the clip reference (a base64 \`data:\` URI or a URL) read from the un-redacted \`dataset_row\` (list responses redact inline \`data:\` blobs), plus the resolved task/model. Prefers the task's configured \`audio_column\`, falling back to a heuristic scan. The clip differs across tasks, so pass \`task_id\` when a run has more than one transcription task; if the index spans multiple tasks and \`task_id\` is omitted, returns 400 rather than guessing. \`model\` is optional (the clip is identical across models) and only extends the index prefix. Returns 404 when the sample or its audio is absent, 413 when the inline clip is too large. Returns 503 when object storage is briefly unreachable, as distinct from 404 for a clip that is genuinely gone.`,
|
|
115631
115631
|
args: args135,
|
|
115632
115632
|
tool: async (client, args136, ctx) => {
|
|
115633
115633
|
const [result, apiCall] = await llmEvalsGetSampleAudio(client, args136.request, { fetchOptions: { signal: ctx.signal } }).$inspect();
|
|
@@ -137609,7 +137609,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
137609
137609
|
function createMCPServer(deps) {
|
|
137610
137610
|
const server = new McpServer({
|
|
137611
137611
|
name: "SDK",
|
|
137612
|
-
version: "0.53.
|
|
137612
|
+
version: "0.53.5"
|
|
137613
137613
|
});
|
|
137614
137614
|
const client = new SDKCore({
|
|
137615
137615
|
bearerAuth: deps.bearerAuth,
|
|
@@ -139453,7 +139453,7 @@ var routes = rn({
|
|
|
139453
139453
|
var app = Ve(routes, {
|
|
139454
139454
|
name: "mcp",
|
|
139455
139455
|
versionInfo: {
|
|
139456
|
-
currentVersion: "0.53.
|
|
139456
|
+
currentVersion: "0.53.5"
|
|
139457
139457
|
}
|
|
139458
139458
|
});
|
|
139459
139459
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -139461,5 +139461,5 @@ export {
|
|
|
139461
139461
|
app
|
|
139462
139462
|
};
|
|
139463
139463
|
|
|
139464
|
-
//# debugId=
|
|
139464
|
+
//# debugId=551A2E1CA1065A8464756E2164756E21
|
|
139465
139465
|
//# sourceMappingURL=mcp-server.js.map
|