everything-mcp 1.0.3__tar.gz → 1.0.4__tar.gz
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.
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/CHANGELOG.md +6 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/PKG-INFO +4 -4
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/README.md +3 -3
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/pyproject.toml +1 -1
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/__init__.py +1 -1
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/.gitignore +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/LICENSE +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/__main__.py +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/backend.py +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/config.py +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/py.typed +0 -0
- {everything_mcp-1.0.3 → everything_mcp-1.0.4}/src/everything_mcp/server.py +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to **everything-mcp** will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.4] - 2026-02-04
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated README badge URLs with cache-busting query params to force fresh badge values on GitHub and PyPI.
|
|
10
|
+
|
|
5
11
|
## [1.0.3] - 2026-02-04
|
|
6
12
|
|
|
7
13
|
### Changed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: everything-mcp
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: The definitive MCP server for voidtools Everything - lightning-fast file search for AI agents
|
|
5
5
|
Project-URL: Homepage, https://github.com/elis132/everything-mcp
|
|
6
6
|
Project-URL: Repository, https://github.com/elis132/everything-mcp
|
|
@@ -37,9 +37,9 @@ Description-Content-Type: text/markdown
|
|
|
37
37
|
<strong>The definitive MCP server for <a href="https://www.voidtools.com/">voidtools Everything</a> - lightning-fast file search for AI agents.</strong>
|
|
38
38
|
</p>
|
|
39
39
|
<p>
|
|
40
|
-
<a href="https://pypi.org/project/everything-mcp/"><img alt="PyPI" src="https://img.shields.io/pypi/v/everything-mcp"></a>
|
|
41
|
-
<a href="https://pypi.org/project/everything-mcp/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/everything-mcp"></a>
|
|
42
|
-
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/elis132/everything-mcp"></a>
|
|
40
|
+
<a href="https://pypi.org/project/everything-mcp/"><img alt="PyPI" src="https://img.shields.io/pypi/v/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
41
|
+
<a href="https://pypi.org/project/everything-mcp/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
42
|
+
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/elis132/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
43
43
|
</p>
|
|
44
44
|
<p>Search millions of files in milliseconds. Built for <strong>Claude Code</strong>, <strong>Codex</strong>, <strong>Gemini</strong>, <strong>Kimi</strong>, <strong>Qwen</strong>, <strong>Cursor</strong>, <strong>Windsurf</strong>, and any MCP-compatible client.</p>
|
|
45
45
|
</div>
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<strong>The definitive MCP server for <a href="https://www.voidtools.com/">voidtools Everything</a> - lightning-fast file search for AI agents.</strong>
|
|
5
5
|
</p>
|
|
6
6
|
<p>
|
|
7
|
-
<a href="https://pypi.org/project/everything-mcp/"><img alt="PyPI" src="https://img.shields.io/pypi/v/everything-mcp"></a>
|
|
8
|
-
<a href="https://pypi.org/project/everything-mcp/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/everything-mcp"></a>
|
|
9
|
-
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/elis132/everything-mcp"></a>
|
|
7
|
+
<a href="https://pypi.org/project/everything-mcp/"><img alt="PyPI" src="https://img.shields.io/pypi/v/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
8
|
+
<a href="https://pypi.org/project/everything-mcp/"><img alt="Python" src="https://img.shields.io/pypi/pyversions/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
9
|
+
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/elis132/everything-mcp.svg?cacheSeconds=300&v=20260204"></a>
|
|
10
10
|
</p>
|
|
11
11
|
<p>Search millions of files in milliseconds. Built for <strong>Claude Code</strong>, <strong>Codex</strong>, <strong>Gemini</strong>, <strong>Kimi</strong>, <strong>Qwen</strong>, <strong>Cursor</strong>, <strong>Windsurf</strong>, and any MCP-compatible client.</p>
|
|
12
12
|
</div>
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "everything-mcp"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.4"
|
|
8
8
|
description = "The definitive MCP server for voidtools Everything - lightning-fast file search for AI agents"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|