From 2b51538175f84241ef83b0b08e4bad9e5523cfad Mon Sep 17 00:00:00 2001 From: Mamerto Fabian Jr Date: Wed, 18 Dec 2024 08:21:00 +0800 Subject: [PATCH 1/4] Update README.md - Add Everything Search to community highlights --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 916e2d5d7..cf2ac6fe4 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[TMDB](https://github.com/Laksh-star/mcp-server-tmdb)** - This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations. - **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB. - **[Airtable](https://github.com/felores/airtable-mcp)** - Airtable Model Context Protocol Server. +- **[Everything Search](https://github.com/mamertofabian/mcp-everything-search)** - Fast Windows file search using Everything SDK ## 📚 Resources From 2c45008d8742d71fbce017fe4ed7949fcc152328 Mon Sep 17 00:00:00 2001 From: Mamerto Fabian Jr Date: Thu, 19 Dec 2024 15:57:24 +0800 Subject: [PATCH 2/4] Updated README to reflect Everything Search cross-platform capabilities --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2ac6fe4..3fd371c67 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[TMDB](https://github.com/Laksh-star/mcp-server-tmdb)** - This MCP server integrates with The Movie Database (TMDB) API to provide movie information, search capabilities, and recommendations. - **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB. - **[Airtable](https://github.com/felores/airtable-mcp)** - Airtable Model Context Protocol Server. -- **[Everything Search](https://github.com/mamertofabian/mcp-everything-search)** - Fast Windows file search using Everything SDK +- **[Everything Search](https://github.com/mamertofabian/mcp-everything-search)** - Fast file searching capabilities across Windows (using [Everything SDK](https://www.voidtools.com/support/everything/sdk/)), macOS (using mdfind command), and Linux (using locate/plocate command). ## 📚 Resources From b36424a52e5627aa844ca9e889b0d989c23886ea Mon Sep 17 00:00:00 2001 From: Mamerto Fabian Jr Date: Tue, 14 Jan 2025 11:17:11 +0800 Subject: [PATCH 3/4] Revert unintentional changes in release.yml during merge --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 798c47b41..5ae4375bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,7 +196,6 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - name: Download release notes uses: actions/download-artifact@v4 with: From 0f0c4b28854bb5b5ab092c4d92e1a4af286954fa Mon Sep 17 00:00:00 2001 From: Mamerto Fabian Jr Date: Tue, 14 Jan 2025 11:19:24 +0800 Subject: [PATCH 4/4] Revert unintentional changes in release.yml during merge --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ae4375bf..4f687118e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -196,6 +196,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 + - name: Download release notes uses: actions/download-artifact@v4 with: