Browse Source

revert not intentional change

sam hoang 1 year ago
parent
commit
1c247ed8bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/prompts/sections/mcp-servers.ts

+ 1 - 1
src/core/prompts/sections/mcp-servers.ts

@@ -98,7 +98,7 @@ weather-server/
         ...
         "type": "module", // added by default, uses ES module syntax (import/export) rather than CommonJS (require/module.exports) (Important to know if you create additional scripts in this server repository like a get-refresh-token.js script)
         "scripts": {
-          "build": "tsc && node -e "require('fs').chmodSync('build/index.js', '755')"",
+          "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
           ...
         }
         ...