Skip to content

Commit c9815f1

Browse files
authored
chore: release (#28)
1 parent a23aee5 commit c9815f1

File tree

7 files changed

+27
-20
lines changed

7 files changed

+27
-20
lines changed

.release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.1...v0.2.2) (2025-09-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Improve documentation ([a23aee5](https://github.com/rust-mcp-stack/mcp-discovery/commit/a23aee514a039126d7a9bfa4dbe9dc7cdb157e7f))
9+
310
## [0.2.1](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.2.0...v0.2.1) (2025-09-22)
411

512

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-discovery"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Ali Hashemi"]
55
categories = ["command-line-interface", "command-line-utilities"]
66
description = "A command-line tool written in Rust for discovering and documenting MCP Server capabilities."

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Check the [project documentation](https://rust-mcp-stack.github.io/mcp-discovery
2929
<!-- x-release-please-start-version -->
3030

3131
```sh
32-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.0/mcp-discovery-installer.sh | sh
32+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.sh | sh
3333
```
3434

3535
##### **PowerShell script**
3636

3737
```sh
38-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.0/mcp-discovery-installer.ps1 | iex"
38+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.ps1 | iex"
3939
```
4040

4141
<!-- x-release-please-end -->

docs/_coverpage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- x-release-please-start-version -->
66

7-
# MCP Discovery (v0.2.1)
7+
# MCP Discovery (v0.2.2)
88

99
<!-- x-release-please-end -->
1010

docs/quickstart.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<!-- x-release-please-start-version -->
1010

1111
```sh
12-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-installer.sh | sh
12+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.sh | sh
1313
```
1414

1515
#### **PowerShell script**
1616

1717
```sh
18-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-installer.ps1 | iex"
18+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-installer.ps1 | iex"
1919
```
2020

2121
<!-- x-release-please-end -->
@@ -52,78 +52,78 @@ npm i -g @rustmcp/mcp-discovery@latest
5252
<tr>
5353
<td>
5454
<!-- x-release-please-start-version -->
55-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
55+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
5656
<!-- x-release-please-end -->
5757
</td>
5858
<td>Apple Silicon macOS</td>
5959
<td>
6060
<!-- x-release-please-start-version -->
61-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
61+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
6262
<!-- x-release-please-end -->
6363
</td>
6464
</tr>
6565
<tr>
6666
<td>
6767
<!-- x-release-please-start-version -->
68-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
68+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
6969
<!-- x-release-please-end -->
7070
</td>
7171
<td>Intel macOS</td>
7272
<td>
7373
<!-- x-release-please-start-version -->
74-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
74+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
7575
<!-- x-release-please-end -->
7676
</td>
7777
</tr>
7878
<tr>
7979
<td>
8080
<!-- x-release-please-start-version -->
81-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
81+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
8282
<!-- x-release-please-end -->
8383
</td>
8484
<td>x64 Windows (zip)</td>
8585
<td>
8686
<!-- x-release-please-start-version -->
87-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
87+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
8888
<!-- x-release-please-end -->
8989
</td>
9090
</tr>
9191
<tr>
9292
<td>
9393
<!-- x-release-please-start-version -->
94-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
94+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
9595
<!-- x-release-please-end -->
9696
</td>
9797
<td>x64 Windows (msi)</td>
9898
<td>
9999
<!-- x-release-please-start-version -->
100-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
100+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
101101
<!-- x-release-please-end -->
102102
</td>
103103
</tr>
104104
<tr>
105105
<td>
106106
<!-- x-release-please-start-version -->
107-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
107+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
108108
<!-- x-release-please-end -->
109109
</td>
110110
<td>ARM64 Linux</td>
111111
<td>
112112
<!-- x-release-please-start-version -->
113-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
113+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
114114
<!-- x-release-please-end -->
115115
</td>
116116
</tr>
117117
<tr>
118118
<td>
119119
<!-- x-release-please-start-version -->
120-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
120+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
121121
<!-- x-release-please-end -->
122122
</td>
123123
<td>x64 Linux</td>
124124
<td>
125125
<!-- x-release-please-start-version -->
126-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.1/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
126+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.2.2/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
127127
<!-- x-release-please-end -->
128128
</td>
129129
</tr>

0 commit comments

Comments
 (0)