@insforge/install 0.0.41 → 0.0.42

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/index.js +1 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -289,12 +289,7 @@ alwaysApply: true
289
289
  }
290
290
 
291
291
  printHeader('Setup Complete!');
292
-
293
- if (argv.dev) {
294
- printPostInstallMessage();
295
- } else {
296
- logger.success(`InsForge MCP configured for ${argv.client}`);
297
- }
292
+ printPostInstallMessage();
298
293
  } catch (e) {
299
294
  logger.error(red(e.message));
300
295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insforge/install",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "CLI tool for installing Insforge MCP servers across different AI clients",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",