Skip to content

Commit 24873c9

Browse files
committed
add test_app as package
1 parent a5ebe54 commit 24873c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"type": "module",
66
"workspaces": [
7-
"packages/*"
7+
"packages/*",
8+
"test_app"
89
],
910
"scripts": {
1011
"build": "pnpm run -r build",

test_app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"express": "^4.18.0",
2828
"mcp-use": "workspace:*"
2929
},
30+
"private": true,
31+
"publishConfig": {
32+
"access": "restricted"
33+
},
3034
"devDependencies": {
3135
"@mcp-use/cli": "workspace:*",
3236
"@types/cors": "^2.8.0",

0 commit comments

Comments
 (0)