@vwork/cli 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/dist/codegen.js +4 -0
  2. package/package.json +1 -1
package/dist/codegen.js CHANGED
@@ -154,6 +154,10 @@ function mcpConfigSnippet(command, config) {
154
154
  return {
155
155
  server: "mcp-vwork",
156
156
  install_hint: "pnpm --filter @vwork/mcp-vwork build",
157
+ cli_install_hint: [
158
+ "npm install -g @vwork/cli --registry https://registry.npmjs.org",
159
+ "pnpm install -g @vwork/cli --registry https://registry.npmjs.org"
160
+ ],
157
161
  codex_config: {
158
162
  mcp_servers: {
159
163
  vwork: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vwork/cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/*.js",