@mastra/mcp 0.12.1-alpha.0 → 0.13.0-alpha.2
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/CHANGELOG.md +20 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -1981,7 +1981,7 @@ Provided arguments: ${JSON.stringify(request.params.arguments, null, 2)}`
|
|
|
1981
1981
|
context
|
|
1982
1982
|
);
|
|
1983
1983
|
try {
|
|
1984
|
-
const run2 = workflow.
|
|
1984
|
+
const run2 = await workflow.createRunAsync({ runId: runtimeContext?.get("runId") });
|
|
1985
1985
|
const response = await run2.start({ inputData: context, runtimeContext, tracingContext });
|
|
1986
1986
|
return response;
|
|
1987
1987
|
} catch (error) {
|