This repository was archived by the owner on May 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/create-mcp-use-app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 0.1.0" ,
44 "type" : " module" ,
55 "description" : " Create MCP-Use apps with one command" ,
6+ "author" : " mcp-use, Inc." ,
7+ "license" : " MIT" ,
8+ "homepage" : " https://github.com/mcp-use/mcp-use-ts#readme" ,
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/mcp-use/mcp-use-ts.git" ,
12+ "directory" : " packages/create-mcp-use-app"
13+ },
14+ "bugs" : {
15+ "url" : " https://github.com/mcp-use/mcp-use-ts/issues"
16+ },
17+ "keywords" : [
18+ " mcp" ,
19+ " model-context-protocol" ,
20+ " create" ,
21+ " scaffold" ,
22+ " cli" ,
23+ " init" ,
24+ " starter" ,
25+ " template" ,
26+ " typescript" ,
27+ " react"
28+ ],
629 "bin" : {
730 "create-mcp-use-app" : " ./dist/index.js"
831 },
1841 " dist" ,
1942 " README.md"
2043 ],
44+ "engines" : {
45+ "node" : " >=18.0.0"
46+ },
2147 "dependencies" : {
2248 "commander" : " ^11.0.0" ,
2349 "prompts" : " ^2.4.2" ,
You can’t perform that action at this time.
0 commit comments