create-mastra 0.10.3-alpha.0 → 0.10.3-alpha.1

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/dist/index.js CHANGED
@@ -1294,7 +1294,7 @@ function getPackageManagerInstallCommand(pm) {
1294
1294
  return "install";
1295
1295
  }
1296
1296
  }
1297
- var args = ["-y", "@mastra/mcp-docs-server@latest"];
1297
+ var args = ["-y", "@mastra/mcp-docs-server"];
1298
1298
  var createMcpConfig = (editor) => {
1299
1299
  if (editor === "vscode") {
1300
1300
  return {
@@ -1313,10 +1313,7 @@ var createMcpConfig = (editor) => {
1313
1313
  }
1314
1314
  return {
1315
1315
  mcpServers: {
1316
- mastra: process.platform === `win32` ? {
1317
- command: "cmd",
1318
- args: ["/c", "npx", ...args]
1319
- } : {
1316
+ mastra: {
1320
1317
  command: "npx",
1321
1318
  args
1322
1319
  }