@mastra/mcp 0.2.0 → 0.2.1

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.
@@ -1,19 +1,18 @@
1
-
2
- 
3
- > @mastra/mcp@0.2.0 build /Users/ward/projects/mastra/mastra/packages/mcp
4
- > tsup src/index.ts --format esm --experimental-dts --clean --treeshake
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.6
9
- TSC Build start
10
- TSC ⚡️ Build success in 2103ms
11
- DTS Build start
12
- CLI Target: es2022
13
- Analysis will use the bundled TypeScript version 5.7.3
14
- Writing package typings: /Users/ward/projects/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.ts
15
- DTS ⚡️ Build success in 1310ms
16
- CLI Cleaning output folder
17
- ESM Build start
18
- ESM dist/index.js 2.19 KB
19
- ESM ⚡️ Build success in 120ms
1
+
2
+ > @mastra/mcp@0.2.1 build /home/runner/work/mastra/mastra/packages/mcp
3
+ > tsup src/index.ts --format esm --experimental-dts --clean --treeshake
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.3.6
8
+ TSC Build start
9
+ TSC ⚡️ Build success in 10261ms
10
+ DTS Build start
11
+ CLI Target: es2022
12
+ Analysis will use the bundled TypeScript version 5.7.3
13
+ Writing package typings: /home/runner/work/mastra/mastra/packages/mcp/dist/_tsup-dts-rollup.d.ts
14
+ DTS ⚡️ Build success in 5310ms
15
+ CLI Cleaning output folder
16
+ ESM Build start
17
+ ESM dist/index.js 2.19 KB
18
+ ESM ⚡️ Build success in 394ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f205ede]
8
+ - @mastra/core@0.3.0
9
+
3
10
  ## 0.2.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,7 +21,7 @@
21
21
  "@modelcontextprotocol/sdk": "^1.1.1",
22
22
  "date-fns": "^4.1.0",
23
23
  "zod": "^3.24.1",
24
- "@mastra/core": "^0.2.1"
24
+ "@mastra/core": "^0.3.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@ai-sdk/anthropic": "^1.1.6",