@mastra/mcp 0.10.12-alpha.1 → 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.1 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,47 @@
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
+
12
+ ## 0.10.12
13
+
14
+ ### Patch Changes
15
+
16
+ - 895d3b2: Update the MCP SDK version and update elicitation to match new spec (reject becomes decline)
17
+ - e1aed55: Fixed an issue where keep-alive messages were interfering with endpoint messages on initial SSE connection
18
+ - 03997ae: Update peerdeps
19
+ - Updated dependencies [227c7e6]
20
+ - Updated dependencies [12cae67]
21
+ - Updated dependencies [fd3a3eb]
22
+ - Updated dependencies [6faaee5]
23
+ - Updated dependencies [4232b14]
24
+ - Updated dependencies [a89de7e]
25
+ - Updated dependencies [5a37d0c]
26
+ - Updated dependencies [4bde0cb]
27
+ - Updated dependencies [cf4f357]
28
+ - Updated dependencies [ad888a2]
29
+ - Updated dependencies [481751d]
30
+ - Updated dependencies [2454423]
31
+ - Updated dependencies [194e395]
32
+ - Updated dependencies [a722c0b]
33
+ - Updated dependencies [c30bca8]
34
+ - Updated dependencies [3b5fec7]
35
+ - Updated dependencies [a8f129d]
36
+ - @mastra/core@0.14.0
37
+
38
+ ## 0.10.12-alpha.2
39
+
40
+ ### Patch Changes
41
+
42
+ - 03997ae: Update peerdeps
43
+ - @mastra/core@0.14.0-alpha.7
44
+
3
45
  ## 0.10.12-alpha.1
4
46
 
5
47
  ### 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:*",
@@ -24,6 +24,6 @@
24
24
  "vitest": "^3.2.4"
25
25
  },
26
26
  "peerDependencies": {
27
- "@mastra/core": ">=0.10.7-0 <0.14.0-0"
27
+ "@mastra/core": ">=0.10.7-0 <0.15.0-0"
28
28
  }
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mcp",
3
- "version": "0.10.12-alpha.1",
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",
@@ -31,17 +31,17 @@
31
31
  "zod-from-json-schema": "^0.0.5"
32
32
  },
33
33
  "peerDependencies": {
34
- "@mastra/core": ">=0.10.2-0 <0.14.0-0",
34
+ "@mastra/core": ">=0.10.2-0 <0.15.0-0",
35
35
  "zod": "^3.0.0"
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
- "@mastra/core": "0.14.0-alpha.4",
55
- "@internal/lint": "0.0.29",
56
- "@internal/types-builder": "0.0.4"
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",