We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ebe54 commit 24873c9Copy full SHA for 24873c9
package.json
@@ -4,7 +4,8 @@
4
"private": true,
5
"type": "module",
6
"workspaces": [
7
- "packages/*"
+ "packages/*",
8
+ "test_app"
9
],
10
"scripts": {
11
"build": "pnpm run -r build",
test_app/package.json
@@ -27,6 +27,10 @@
27
"express": "^4.18.0",
28
"mcp-use": "workspace:*"
29
},
30
+ "private": true,
31
+ "publishConfig": {
32
+ "access": "restricted"
33
+ },
34
"devDependencies": {
35
"@mcp-use/cli": "workspace:*",
36
"@types/cors": "^2.8.0",
0 commit comments