midas-mcp 5.3.7 → 5.3.8
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", "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.
|
|
32
|
+
|
|
31
33
|
## What Midas Does
|
|
32
34
|
|
|
33
35
|
### Phase Guidance
|