We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a5d65 commit 1779c28Copy full SHA for 1779c28
1 file changed
.tools/run_node_tests.sh
@@ -9,10 +9,6 @@ function npm_install_check() {
9
npm install --prefix $1 && npm --prefix $1 run build
10
}
11
12
-# MCP TypeScript examples
13
-npm_install_check $PROJECT_ROOT/mcp/restate-mcp
14
-npm_install_check $PROJECT_ROOT/mcp/tools
15
-
16
# Vercel AI TypeScript examples
17
npm_install_check $PROJECT_ROOT/vercel-ai/examples
18
npm_install_check $PROJECT_ROOT/vercel-ai/template
0 commit comments