We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954cb01 commit 47d6a16Copy full SHA for 47d6a16
docs/_coverpage.md
@@ -16,6 +16,7 @@
16
- ⚙️ CI/CD-friendly
17
18
[GitHub](https://github.com/rust-mcp-stack/mcp-discovery)
19
+[Install](https://rust-mcp-stack.github.io/mcp-discovery#/quickstart)
20
[Get Started](#mcp-discovery)
21
22
<!-- background color -->
docs/quickstart.md
@@ -26,6 +26,12 @@ powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp
26
brew install rust-mcp-stack/tap/mcp-discovery
27
```
28
29
+#### **Cargo**
30
+
31
+```sh
32
+cargo install mcp-discovery --locked
33
+```
34
35
#### **Download Binaries**
36
37
<table>
0 commit comments