@insforge/install 0.0.39 → 0.0.40
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/.claude/settings.local.json +1 -1
- package/.mcp.json +15 -0
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/.mcp.json
ADDED
package/dist/index.js
CHANGED
|
@@ -274,7 +274,11 @@ alwaysApply: true
|
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
|
|
277
|
+
if (argv.dev) {
|
|
278
|
+
printPostInstallMessage();
|
|
279
|
+
} else {
|
|
280
|
+
logger.box(green(`Successfully installed Insforge MCP server in ${argv.client}.`));
|
|
281
|
+
}
|
|
278
282
|
} catch (e) {
|
|
279
283
|
logger.error(red(e.message));
|
|
280
284
|
}
|