@sassoftware/sas-score-mcp-serverjs 1.0.1-10 → 1.0.1-12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sassoftware/sas-score-mcp-serverjs",
3
- "version": "1.0.1-10",
3
+ "version": "1.0.1-12",
4
4
  "description": "A mcp server for SAS Viya",
5
5
  "author": "Deva Kumar <deva.kumar@sas.com>",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@ function setupSkills(clientName,agentFolder) {
31
31
  copyFolderSync(agentsFromPath, agentsToPath);
32
32
 
33
33
  // now copy the skills folder to the destination
34
- let toPath = path.join(destination, '.skills');
34
+ let toPath = path.join(destination, 'skills');
35
35
  let fromPath = path.join(__dirname, `../.skills`);
36
36
  copyFolderSync(fromPath, toPath);
37
37