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.
- package/README.md +3 -1
- 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
|