midas-mcp 5.3.7 → 5.3.9

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,12 +22,14 @@ Add to your Cursor settings (`~/.cursor/mcp.json`):
22
22
  "mcpServers": {
23
23
  "midas": {
24
24
  "command": "npx",
25
- "args": ["midas-mcp"]
25
+ "args": ["midas-mcp@latest", "server"]
26
26
  }
27
27
  }
28
28
  }
29
29
  ```
30
30
 
31
+ Using `@latest` ensures you always get the newest version. The `server` argument runs midas as an MCP server (without it, you get the interactive TUI).
32
+
31
33
  ## What Midas Does
32
34
 
33
35
  ### Phase Guidance
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midas-mcp",
3
- "version": "5.3.7",
3
+ "version": "5.3.9",
4
4
  "description": "MCP server for Golden Code methodology - everything you vibecode turns to gold",
5
5
  "main": "dist/index.js",
6
6
  "bin": {