Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd42a90

Browse filesBrowse files
authored
chore: release (#15)
1 parent 1529793 commit cd42a90
Copy full SHA for cd42a90

File tree

Expand file treeCollapse file tree

6 files changed

+25
-18
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+25
-18
lines changed

‎.release-manifest.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.7"
2+
".": "0.1.8"
33
}

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.8](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.7...v0.1.8) (2025-05-01)
4+
5+
6+
### 📚 Documentation
7+
8+
* Docs.rs documentation ([f87d947](https://github.com/rust-mcp-stack/mcp-discovery/commit/f87d947a2de6a14f3b106c7f5d449a04663330e1))
9+
310
## [0.1.7](https://github.com/rust-mcp-stack/mcp-discovery/compare/v0.1.6...v0.1.7) (2025-05-01)
411

512

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+1-1Lines 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

Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines 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.1.7"
3+
version = "0.1.8"
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/_coverpage.md

Copy file name to clipboardExpand all lines: docs/_coverpage.md
+1-1Lines 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.1.7)
7+
# MCP Discovery (v0.1.8)
88

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

‎docs/quickstart.md

Copy file name to clipboardExpand all lines: docs/quickstart.md
+14-14Lines 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.1.7/mcp-discovery-installer.sh | sh
12+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/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.1.7/mcp-discovery-installer.ps1 | iex"
18+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-installer.ps1 | iex"
1919
```
2020

2121
<!-- x-release-please-end -->
@@ -46,78 +46,78 @@ cargo install mcp-discovery --locked
4646
<tr>
4747
<td>
4848
<!-- x-release-please-start-version -->
49-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
49+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-aarch64-apple-darwin.tar.gz">mcp-discovery-aarch64-apple-darwin.tar.gz</a>
5050
<!-- x-release-please-end -->
5151
</td>
5252
<td>Apple Silicon macOS</td>
5353
<td>
5454
<!-- x-release-please-start-version -->
55-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
55+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-aarch64-apple-darwin.tar.gz.sha256">checksum</a>
5656
<!-- x-release-please-end -->
5757
</td>
5858
</tr>
5959
<tr>
6060
<td>
6161
<!-- x-release-please-start-version -->
62-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
62+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-apple-darwin.tar.gz">mcp-discovery-x86_64-apple-darwin.tar.gz</a>
6363
<!-- x-release-please-end -->
6464
</td>
6565
<td>Intel macOS</td>
6666
<td>
6767
<!-- x-release-please-start-version -->
68-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
68+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-apple-darwin.tar.gz.sha256">checksum</a>
6969
<!-- x-release-please-end -->
7070
</td>
7171
</tr>
7272
<tr>
7373
<td>
7474
<!-- x-release-please-start-version -->
75-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
75+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-pc-windows-msvc.zip">mcp-discovery-x86_64-pc-windows-msvc.zip</a>
7676
<!-- x-release-please-end -->
7777
</td>
7878
<td>x64 Windows (zip)</td>
7979
<td>
8080
<!-- x-release-please-start-version -->
81-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
81+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-pc-windows-msvc.zip.sha256">checksum</a>
8282
<!-- x-release-please-end -->
8383
</td>
8484
</tr>
8585
<tr>
8686
<td>
8787
<!-- x-release-please-start-version -->
88-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
88+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-pc-windows-msvc.msi">mcp-discovery-x86_64-pc-windows-msvc.msi</a>
8989
<!-- x-release-please-end -->
9090
</td>
9191
<td>x64 Windows (msi)</td>
9292
<td>
9393
<!-- x-release-please-start-version -->
94-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
94+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-pc-windows-msvc.msi.sha256">checksum</a>
9595
<!-- x-release-please-end -->
9696
</td>
9797
</tr>
9898
<tr>
9999
<td>
100100
<!-- x-release-please-start-version -->
101-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
101+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz">mcp-discovery-aarch64-unknown-linux-gnu.tar.gz</a>
102102
<!-- x-release-please-end -->
103103
</td>
104104
<td>ARM64 Linux</td>
105105
<td>
106106
<!-- x-release-please-start-version -->
107-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
107+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-aarch64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
108108
<!-- x-release-please-end -->
109109
</td>
110110
</tr>
111111
<tr>
112112
<td>
113113
<!-- x-release-please-start-version -->
114-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
114+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz">mcp-discovery-x86_64-unknown-linux-gnu.tar.gz</a>
115115
<!-- x-release-please-end -->
116116
</td>
117117
<td>x64 Linux</td>
118118
<td>
119119
<!-- x-release-please-start-version -->
120-
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.7/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
120+
<a href="https://github.com/rust-mcp-stack/mcp-discovery/releases/download/v0.1.8/mcp-discovery-x86_64-unknown-linux-gnu.tar.gz.sha256">checksum</a>
121121
<!-- x-release-please-end -->
122122
</td>
123123
</tr>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.