@mastra/server 0.0.0-mastra-2973-fast-mcp-removal-20250409163028 → 0.0.0-mcp-server-update-20250421162713

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.
Files changed (32) hide show
  1. package/{LICENSE → LICENSE.md} +3 -1
  2. package/dist/_tsup-dts-rollup.d.cts +33 -24
  3. package/dist/_tsup-dts-rollup.d.ts +33 -24
  4. package/dist/{chunk-2JQC6JWP.js → chunk-3EJZQ6TQ.js} +4 -1
  5. package/dist/{chunk-ILW7XYNJ.js → chunk-4B7OUZXW.js} +17 -8
  6. package/dist/{chunk-GV52BII2.cjs → chunk-4WJ5GHRG.cjs} +13 -9
  7. package/dist/{chunk-QH6XWSXP.cjs → chunk-5SWCVTNL.cjs} +38 -38
  8. package/dist/{chunk-CWSDZEZG.cjs → chunk-7IWQE76Z.cjs} +2 -2
  9. package/dist/{chunk-4C3EPMMF.cjs → chunk-HABV7TZK.cjs} +12 -8
  10. package/dist/{chunk-5JOF627H.cjs → chunk-JLDXUWK7.cjs} +6 -3
  11. package/dist/{chunk-VK6FX47H.js → chunk-OMN3UI6X.js} +38 -38
  12. package/dist/{chunk-X37I6GZT.cjs → chunk-RNU4JMLM.cjs} +23 -14
  13. package/dist/{chunk-VB7KH62D.cjs → chunk-SKBVVI24.cjs} +4 -1
  14. package/dist/{chunk-BMA2ORRT.js → chunk-TFFNX7FI.js} +9 -5
  15. package/dist/{chunk-DVPP5S6I.js → chunk-WTHDCRMY.js} +2 -2
  16. package/dist/{chunk-YNSGUC2O.js → chunk-XISBMH56.js} +8 -4
  17. package/dist/{chunk-2YONKUWB.js → chunk-YANVFOYA.js} +6 -3
  18. package/dist/server/handlers/agents.cjs +7 -7
  19. package/dist/server/handlers/agents.js +1 -1
  20. package/dist/server/handlers/logs.cjs +4 -4
  21. package/dist/server/handlers/logs.js +1 -1
  22. package/dist/server/handlers/network.cjs +5 -5
  23. package/dist/server/handlers/network.js +1 -1
  24. package/dist/server/handlers/telemetry.cjs +3 -3
  25. package/dist/server/handlers/telemetry.js +1 -1
  26. package/dist/server/handlers/tools.cjs +5 -5
  27. package/dist/server/handlers/tools.js +1 -1
  28. package/dist/server/handlers/workflows.cjs +11 -11
  29. package/dist/server/handlers/workflows.js +1 -1
  30. package/dist/server/handlers.cjs +12 -12
  31. package/dist/server/handlers.js +6 -6
  32. package/package.json +5 -5
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
 
3
- var chunkVB7KH62D_cjs = require('../../chunk-VB7KH62D.cjs');
3
+ var chunkSKBVVI24_cjs = require('../../chunk-SKBVVI24.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "getLogTransports", {
8
8
  enumerable: true,
9
- get: function () { return chunkVB7KH62D_cjs.getLogTransports; }
9
+ get: function () { return chunkSKBVVI24_cjs.getLogTransports; }
10
10
  });
11
11
  Object.defineProperty(exports, "getLogsByRunIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkVB7KH62D_cjs.getLogsByRunIdHandler; }
13
+ get: function () { return chunkSKBVVI24_cjs.getLogsByRunIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getLogsHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkVB7KH62D_cjs.getLogsHandler; }
17
+ get: function () { return chunkSKBVVI24_cjs.getLogsHandler; }
18
18
  });
@@ -1 +1 @@
1
- export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-2JQC6JWP.js';
1
+ export { getLogTransports, getLogsByRunIdHandler, getLogsHandler } from '../../chunk-3EJZQ6TQ.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunk5JOF627H_cjs = require('../../chunk-5JOF627H.cjs');
3
+ var chunkJLDXUWK7_cjs = require('../../chunk-JLDXUWK7.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "generateHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk5JOF627H_cjs.generateHandler; }
9
+ get: function () { return chunkJLDXUWK7_cjs.generateHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getNetworkByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk5JOF627H_cjs.getNetworkByIdHandler; }
13
+ get: function () { return chunkJLDXUWK7_cjs.getNetworkByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getNetworksHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk5JOF627H_cjs.getNetworksHandler; }
17
+ get: function () { return chunkJLDXUWK7_cjs.getNetworksHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "streamGenerateHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunk5JOF627H_cjs.streamGenerateHandler; }
21
+ get: function () { return chunkJLDXUWK7_cjs.streamGenerateHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-2YONKUWB.js';
1
+ export { generateHandler, getNetworkByIdHandler, getNetworksHandler, streamGenerateHandler } from '../../chunk-YANVFOYA.js';
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var chunkCWSDZEZG_cjs = require('../../chunk-CWSDZEZG.cjs');
3
+ var chunk7IWQE76Z_cjs = require('../../chunk-7IWQE76Z.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "getTelemetryHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkCWSDZEZG_cjs.getTelemetryHandler; }
9
+ get: function () { return chunk7IWQE76Z_cjs.getTelemetryHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "storeTelemetryHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkCWSDZEZG_cjs.storeTelemetryHandler; }
13
+ get: function () { return chunk7IWQE76Z_cjs.storeTelemetryHandler; }
14
14
  });
@@ -1 +1 @@
1
- export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-DVPP5S6I.js';
1
+ export { getTelemetryHandler, storeTelemetryHandler } from '../../chunk-WTHDCRMY.js';
@@ -1,22 +1,22 @@
1
1
  'use strict';
2
2
 
3
- var chunk4C3EPMMF_cjs = require('../../chunk-4C3EPMMF.cjs');
3
+ var chunkHABV7TZK_cjs = require('../../chunk-HABV7TZK.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "executeAgentToolHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunk4C3EPMMF_cjs.executeAgentToolHandler; }
9
+ get: function () { return chunkHABV7TZK_cjs.executeAgentToolHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "executeToolHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunk4C3EPMMF_cjs.executeToolHandler; }
13
+ get: function () { return chunkHABV7TZK_cjs.executeToolHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getToolByIdHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunk4C3EPMMF_cjs.getToolByIdHandler; }
17
+ get: function () { return chunkHABV7TZK_cjs.getToolByIdHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getToolsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunk4C3EPMMF_cjs.getToolsHandler; }
21
+ get: function () { return chunkHABV7TZK_cjs.getToolsHandler; }
22
22
  });
@@ -1 +1 @@
1
- export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-YNSGUC2O.js';
1
+ export { executeAgentToolHandler, executeToolHandler, getToolByIdHandler, getToolsHandler } from '../../chunk-XISBMH56.js';
@@ -1,46 +1,46 @@
1
1
  'use strict';
2
2
 
3
- var chunkX37I6GZT_cjs = require('../../chunk-X37I6GZT.cjs');
3
+ var chunkRNU4JMLM_cjs = require('../../chunk-RNU4JMLM.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "createRunHandler", {
8
8
  enumerable: true,
9
- get: function () { return chunkX37I6GZT_cjs.createRunHandler; }
9
+ get: function () { return chunkRNU4JMLM_cjs.createRunHandler; }
10
10
  });
11
11
  Object.defineProperty(exports, "getWorkflowByIdHandler", {
12
12
  enumerable: true,
13
- get: function () { return chunkX37I6GZT_cjs.getWorkflowByIdHandler; }
13
+ get: function () { return chunkRNU4JMLM_cjs.getWorkflowByIdHandler; }
14
14
  });
15
15
  Object.defineProperty(exports, "getWorkflowRunHandler", {
16
16
  enumerable: true,
17
- get: function () { return chunkX37I6GZT_cjs.getWorkflowRunHandler; }
17
+ get: function () { return chunkRNU4JMLM_cjs.getWorkflowRunHandler; }
18
18
  });
19
19
  Object.defineProperty(exports, "getWorkflowRunsHandler", {
20
20
  enumerable: true,
21
- get: function () { return chunkX37I6GZT_cjs.getWorkflowRunsHandler; }
21
+ get: function () { return chunkRNU4JMLM_cjs.getWorkflowRunsHandler; }
22
22
  });
23
23
  Object.defineProperty(exports, "getWorkflowsHandler", {
24
24
  enumerable: true,
25
- get: function () { return chunkX37I6GZT_cjs.getWorkflowsHandler; }
25
+ get: function () { return chunkRNU4JMLM_cjs.getWorkflowsHandler; }
26
26
  });
27
27
  Object.defineProperty(exports, "resumeAsyncWorkflowHandler", {
28
28
  enumerable: true,
29
- get: function () { return chunkX37I6GZT_cjs.resumeAsyncWorkflowHandler; }
29
+ get: function () { return chunkRNU4JMLM_cjs.resumeAsyncWorkflowHandler; }
30
30
  });
31
31
  Object.defineProperty(exports, "resumeWorkflowHandler", {
32
32
  enumerable: true,
33
- get: function () { return chunkX37I6GZT_cjs.resumeWorkflowHandler; }
33
+ get: function () { return chunkRNU4JMLM_cjs.resumeWorkflowHandler; }
34
34
  });
35
35
  Object.defineProperty(exports, "startAsyncWorkflowHandler", {
36
36
  enumerable: true,
37
- get: function () { return chunkX37I6GZT_cjs.startAsyncWorkflowHandler; }
37
+ get: function () { return chunkRNU4JMLM_cjs.startAsyncWorkflowHandler; }
38
38
  });
39
39
  Object.defineProperty(exports, "startWorkflowRunHandler", {
40
40
  enumerable: true,
41
- get: function () { return chunkX37I6GZT_cjs.startWorkflowRunHandler; }
41
+ get: function () { return chunkRNU4JMLM_cjs.startWorkflowRunHandler; }
42
42
  });
43
43
  Object.defineProperty(exports, "watchWorkflowHandler", {
44
44
  enumerable: true,
45
- get: function () { return chunkX37I6GZT_cjs.watchWorkflowHandler; }
45
+ get: function () { return chunkRNU4JMLM_cjs.watchWorkflowHandler; }
46
46
  });
@@ -1 +1 @@
1
- export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-ILW7XYNJ.js';
1
+ export { createRunHandler, getWorkflowByIdHandler, getWorkflowRunHandler, getWorkflowRunsHandler, getWorkflowsHandler, resumeAsyncWorkflowHandler, resumeWorkflowHandler, startAsyncWorkflowHandler, startWorkflowRunHandler, watchWorkflowHandler } from '../../chunk-4B7OUZXW.js';
@@ -1,20 +1,20 @@
1
1
  'use strict';
2
2
 
3
- var chunk4C3EPMMF_cjs = require('../chunk-4C3EPMMF.cjs');
3
+ var chunkHABV7TZK_cjs = require('../chunk-HABV7TZK.cjs');
4
4
  var chunkM56ECCHK_cjs = require('../chunk-M56ECCHK.cjs');
5
5
  var chunkA7DF4ETD_cjs = require('../chunk-A7DF4ETD.cjs');
6
- var chunkX37I6GZT_cjs = require('../chunk-X37I6GZT.cjs');
7
- var chunkGV52BII2_cjs = require('../chunk-GV52BII2.cjs');
8
- var chunkVB7KH62D_cjs = require('../chunk-VB7KH62D.cjs');
6
+ var chunkRNU4JMLM_cjs = require('../chunk-RNU4JMLM.cjs');
7
+ var chunk4WJ5GHRG_cjs = require('../chunk-4WJ5GHRG.cjs');
8
+ var chunkSKBVVI24_cjs = require('../chunk-SKBVVI24.cjs');
9
9
  var chunk2FJURXCL_cjs = require('../chunk-2FJURXCL.cjs');
10
- var chunk5JOF627H_cjs = require('../chunk-5JOF627H.cjs');
11
- var chunkCWSDZEZG_cjs = require('../chunk-CWSDZEZG.cjs');
10
+ var chunkJLDXUWK7_cjs = require('../chunk-JLDXUWK7.cjs');
11
+ var chunk7IWQE76Z_cjs = require('../chunk-7IWQE76Z.cjs');
12
12
 
13
13
 
14
14
 
15
15
  Object.defineProperty(exports, "tools", {
16
16
  enumerable: true,
17
- get: function () { return chunk4C3EPMMF_cjs.tools_exports; }
17
+ get: function () { return chunkHABV7TZK_cjs.tools_exports; }
18
18
  });
19
19
  Object.defineProperty(exports, "vector", {
20
20
  enumerable: true,
@@ -26,15 +26,15 @@ Object.defineProperty(exports, "voice", {
26
26
  });
27
27
  Object.defineProperty(exports, "workflows", {
28
28
  enumerable: true,
29
- get: function () { return chunkX37I6GZT_cjs.workflows_exports; }
29
+ get: function () { return chunkRNU4JMLM_cjs.workflows_exports; }
30
30
  });
31
31
  Object.defineProperty(exports, "agents", {
32
32
  enumerable: true,
33
- get: function () { return chunkGV52BII2_cjs.agents_exports; }
33
+ get: function () { return chunk4WJ5GHRG_cjs.agents_exports; }
34
34
  });
35
35
  Object.defineProperty(exports, "logs", {
36
36
  enumerable: true,
37
- get: function () { return chunkVB7KH62D_cjs.logs_exports; }
37
+ get: function () { return chunkSKBVVI24_cjs.logs_exports; }
38
38
  });
39
39
  Object.defineProperty(exports, "memory", {
40
40
  enumerable: true,
@@ -42,9 +42,9 @@ Object.defineProperty(exports, "memory", {
42
42
  });
43
43
  Object.defineProperty(exports, "network", {
44
44
  enumerable: true,
45
- get: function () { return chunk5JOF627H_cjs.network_exports; }
45
+ get: function () { return chunkJLDXUWK7_cjs.network_exports; }
46
46
  });
47
47
  Object.defineProperty(exports, "telemetry", {
48
48
  enumerable: true,
49
- get: function () { return chunkCWSDZEZG_cjs.telemetry_exports; }
49
+ get: function () { return chunk7IWQE76Z_cjs.telemetry_exports; }
50
50
  });
@@ -1,9 +1,9 @@
1
- export { tools_exports as tools } from '../chunk-YNSGUC2O.js';
1
+ export { tools_exports as tools } from '../chunk-XISBMH56.js';
2
2
  export { vector_exports as vector } from '../chunk-4JINXASC.js';
3
3
  export { voice_exports as voice } from '../chunk-3RVHWGWO.js';
4
- export { workflows_exports as workflows } from '../chunk-ILW7XYNJ.js';
5
- export { agents_exports as agents } from '../chunk-BMA2ORRT.js';
6
- export { logs_exports as logs } from '../chunk-2JQC6JWP.js';
4
+ export { workflows_exports as workflows } from '../chunk-4B7OUZXW.js';
5
+ export { agents_exports as agents } from '../chunk-TFFNX7FI.js';
6
+ export { logs_exports as logs } from '../chunk-3EJZQ6TQ.js';
7
7
  export { memory_exports as memory } from '../chunk-RBQASTUP.js';
8
- export { network_exports as network } from '../chunk-2YONKUWB.js';
9
- export { telemetry_exports as telemetry } from '../chunk-DVPP5S6I.js';
8
+ export { network_exports as network } from '../chunk-YANVFOYA.js';
9
+ export { telemetry_exports as telemetry } from '../chunk-WTHDCRMY.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "0.0.0-mastra-2973-fast-mcp-removal-20250409163028",
3
+ "version": "0.0.0-mcp-server-update-20250421162713",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -43,10 +43,10 @@
43
43
  },
44
44
  "keywords": [],
45
45
  "author": "",
46
- "license": "ISC",
46
+ "license": "Elastic-2.0",
47
47
  "dependencies": {},
48
48
  "peerDependencies": {
49
- "@mastra/core": "0.0.0-mastra-2973-fast-mcp-removal-20250409163028"
49
+ "@mastra/core": "0.0.0-mcp-server-update-20250421162713"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@ai-sdk/openai": "^1.3.2",
@@ -58,8 +58,8 @@
58
58
  "typescript": "^5.8.2",
59
59
  "vitest": "^2.1.9",
60
60
  "zod-to-json-schema": "^3.24.3",
61
- "@mastra/core": "0.0.0-mastra-2973-fast-mcp-removal-20250409163028",
62
- "@internal/lint": "0.0.1"
61
+ "@internal/lint": "0.0.2",
62
+ "@mastra/core": "0.0.0-mcp-server-update-20250421162713"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "tsup src/index.ts src/server/handlers.ts src/server/handlers/*.ts !src/server/handlers/*.test.ts --format esm,cjs --clean --experimental-dts --treeshake=smallest --splitting",