@hype-stack/cli 1.13.0 → 1.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{cli-CPgkEDN3.js → cli-DfhVG1T9.js} +2296 -2267
- package/dist/config/bin.js +1 -1
- package/dist/core/codemods.d.ts +7 -1
- package/dist/core/codemods.d.ts.map +1 -1
- package/dist/core/installer.d.ts.map +1 -1
- package/dist/core/mcp-config.d.ts +11 -0
- package/dist/core/mcp-config.d.ts.map +1 -1
- package/dist/core/onboard-catalog.d.ts.map +1 -1
- package/dist/deploy/env-plan.d.ts +9 -0
- package/dist/deploy/env-plan.d.ts.map +1 -1
- package/dist/deploy/report.d.ts.map +1 -1
- package/dist/deploy/types.d.ts +9 -0
- package/dist/deploy/types.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/tools/context.d.ts +1 -1
- package/dist/types/types.d.ts +9 -0
- package/dist/types/types.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ React 19, [TanStack Router](https://tanstack.com/router), Tailwind CSS v4, and s
|
|
|
66
66
|
The CLI ships a [Model Context Protocol](https://www.hype-stack.dev/mcp) server, so Claude Code, Cursor, and other MCP clients can browse packs and compose features into your project directly from the editor:
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
npx @hype-stack/cli mcp install
|
|
69
|
+
npx @hype-stack/cli@latest mcp install
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
It asks which editors, opens the browser once to create an API key for them, writes their configs, and starts the server once to confirm it comes up.
|