@mastra/mcp 0.10.12 → 0.10.13-alpha.0

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,4 +1,4 @@
1
1
 
2
- > @mastra/mcp@0.10.12-alpha.2 build /home/runner/work/mastra/mastra/packages/mcp
2
+ > @mastra/mcp@0.10.13-alpha.0 build /home/runner/work/mastra/mastra/packages/mcp
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/mcp
2
2
 
3
+ ## 0.10.13-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#6643](https://github.com/mastra-ai/mastra/pull/6643) [`e38f807`](https://github.com/mastra-ai/mastra/commit/e38f8072853cc803ba48394e1930825129708400) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`@modelcontextprotocol/sdk@^1.17.3` ↗︎](https://www.npmjs.com/package/@modelcontextprotocol/sdk/v/1.17.3) (from `^1.17.0`, in `dependencies`)
9
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
10
+ - @mastra/core@0.14.2-alpha.0
11
+
3
12
  ## 0.10.12
4
13
 
5
14
  ### Patch Changes
@@ -7,7 +7,7 @@
7
7
  "dev": "mastra dev"
8
8
  },
9
9
  "dependencies": {
10
- "@ai-sdk/openai": "^1.3.22",
10
+ "@ai-sdk/openai": "^1.3.24",
11
11
  "@ai-sdk/react": "^1.2.12",
12
12
  "@mastra/client-js": "workspace:*",
13
13
  "@mastra/mcp": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.10.12",
3
+ "version": "0.10.13-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
25
  "@apidevtools/json-schema-ref-parser": "^14.1.1",
26
- "@modelcontextprotocol/sdk": "^1.17.0",
26
+ "@modelcontextprotocol/sdk": "^1.17.3",
27
27
  "date-fns": "^4.1.0",
28
28
  "exit-hook": "^4.0.0",
29
29
  "fast-deep-equal": "^3.1.3",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@ai-sdk/anthropic": "^1.2.12",
39
- "@ai-sdk/openai": "^1.3.22",
39
+ "@ai-sdk/openai": "^1.3.24",
40
40
  "@hono/node-server": "^1.17.1",
41
41
  "@mendable/firecrawl-js": "^1.29.3",
42
42
  "@microsoft/api-extractor": "^7.52.8",
43
43
  "@types/node": "^20.19.0",
44
- "ai": "4.3.16",
44
+ "ai": "4.3.19",
45
45
  "eslint": "^9.30.1",
46
46
  "hono-mcp-server-sse-transport": "0.0.7",
47
47
  "hono": "^4.8.12",
@@ -51,9 +51,9 @@
51
51
  "vitest": "^3.2.4",
52
52
  "zod": "^3.25.67",
53
53
  "zod-to-json-schema": "^3.24.5",
54
- "@internal/lint": "0.0.30",
55
- "@mastra/core": "0.14.0",
56
- "@internal/types-builder": "0.0.5"
54
+ "@internal/lint": "0.0.31",
55
+ "@internal/types-builder": "0.0.6",
56
+ "@mastra/core": "0.14.2-alpha.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "tsup --silent --config tsup.config.ts",
@@ -1,21 +0,0 @@
1
- #!/bin/sh
2
- basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3
-
4
- case `uname` in
5
- *CYGWIN*|*MINGW*|*MSYS*)
6
- if command -v cygpath > /dev/null 2>&1; then
7
- basedir=`cygpath -w "$basedir"`
8
- fi
9
- ;;
10
- esac
11
-
12
- if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/mastra/mastra/packages/cli/dist/node_modules:/home/runner/work/mastra/mastra/packages/cli/node_modules:/home/runner/work/mastra/mastra/packages/node_modules:/home/runner/work/mastra/mastra/node_modules:/home/runner/work/mastra/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules:/home/runner/work/mastra/mastra/node_modules/.pnpm/node_modules"
14
- else
15
- export NODE_PATH="/home/runner/work/mastra/mastra/packages/cli/dist/node_modules:/home/runner/work/mastra/mastra/packages/cli/node_modules:/home/runner/work/mastra/mastra/packages/node_modules:/home/runner/work/mastra/mastra/node_modules:/home/runner/work/mastra/node_modules:/home/runner/work/node_modules:/home/runner/node_modules:/home/node_modules:/node_modules:/home/runner/work/mastra/mastra/node_modules/.pnpm/node_modules:$NODE_PATH"
16
- fi
17
- if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../mastra/dist/index.js" "$@"
19
- else
20
- exec node "$basedir/../mastra/dist/index.js" "$@"
21
- fi