@sassoftware/sas-score-mcp-serverjs 0.4.1-17 → 0.4.1-18
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/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -214,7 +214,7 @@ if (args.values.version) {
|
|
|
214
214
|
console.error(`[Note] MCP client set to: ${process.env.CLIENT}`);
|
|
215
215
|
|
|
216
216
|
let client = process.env.CLIENT;
|
|
217
|
-
if (client
|
|
217
|
+
if (client !== 'none') {
|
|
218
218
|
let destdir = '.' + client;
|
|
219
219
|
let skillsDest = join(os.homedir(), destdir,'skills');
|
|
220
220
|
const skillsSrc = join(__dirname, 'skills');
|