midas-mcp 5.3.8 → 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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,13 +22,13 @@ Add to your Cursor settings (`~/.cursor/mcp.json`):
22
22
  "mcpServers": {
23
23
  "midas": {
24
24
  "command": "npx",
25
- "args": ["midas-mcp", "server"]
25
+ "args": ["midas-mcp@latest", "server"]
26
26
  }
27
27
  }
28
28
  }
29
29
  ```
30
30
 
31
- The `server` argument runs midas as an MCP server. Without it, `npx midas-mcp` launches the interactive TUI instead.
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
32
 
33
33
  ## What Midas Does
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midas-mcp",
3
- "version": "5.3.8",
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": {