Skip to content

Commit 1aacda5

Browse files
authored
Merge pull request #995 from Kyoungwoong/feature/missing-package
fix[vibe]: missing package
2 parents 1c5569f + c81db09 commit 1aacda5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mcp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@types/react-dom": "^18.2.0",
4141
"copyfiles": "^2.4.1",
4242
"rimraf": "^6.0.1",
43-
"tsx": "^4.19.4"
43+
"tsx": "^4.19.4",
44+
"reflect-metadata": "^0.1.13"
4445
}
4546
}

0 commit comments

Comments
 (0)