Skip to content

Commit 16c444f

Browse files
lgrammelKitBurgess
andauthoredMar 20, 2025··
fix (ai): expose ai/mcp-stdio (#5288)
Co-authored-by: Kit Burgess <33626692+KitBurgess@users.noreply.github.com>
1 parent 874221a commit 16c444f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎.changeset/kind-socks-sleep.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'ai': patch
3+
---
4+
5+
fix (ai): expose ai/mcp-stdio

‎packages/ai/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"types": "./dist/index.d.ts",
1010
"files": [
1111
"dist/**/*",
12+
"mcp-stdio/**/*",
1213
"react/dist/**/*",
1314
"rsc/dist/**/*",
1415
"test/dist/**/*",
@@ -120,4 +121,4 @@
120121
"next",
121122
"nextjs"
122123
]
123-
}
124+
}

0 commit comments

Comments
 (0)
Please sign in to comment.