everything-mcp 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: everything-mcp
3
- Version: 1.0.2
4
- Summary: The definitive MCP server for voidtools Everything lightning-fast file search for AI agents
3
+ Version: 1.0.3
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
7
7
  Project-URL: Issues, https://github.com/elis132/everything-mcp/issues
@@ -34,7 +34,7 @@ Description-Content-Type: text/markdown
34
34
  <div align="center">
35
35
  <h1>⚡ Everything MCP</h1>
36
36
  <p>
37
- <strong>The definitive MCP server for <a href="https://www.voidtools.com/">voidtools Everything</a> lightning-fast file search for AI agents.</strong>
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
40
  <a href="https://pypi.org/project/everything-mcp/"><img alt="PyPI" src="https://img.shields.io/pypi/v/everything-mcp"></a>
@@ -113,7 +113,7 @@ print("Matches:", len(matches))
113
113
  - Place `es.exe` in your PATH or in the Everything installation directory
114
114
  3. **Python 3.10+** or **uv**
115
115
 
116
- ### Via uv (recommended no install needed)
116
+ ### Via uv (recommended - no install needed)
117
117
 
118
118
  ```bash
119
119
  uvx everything-mcp
@@ -328,7 +328,7 @@ Everything MCP auto-detects your setup, but you can override:
328
328
 
329
329
  ## Tools
330
330
 
331
- ### 1. `everything_search` The Workhorse
331
+ ### 1. `everything_search` - The Workhorse
332
332
 
333
333
  Search files and folders using Everything's full query syntax.
334
334
 
@@ -365,7 +365,7 @@ dupe: → Duplicate filenames
365
365
  empty: → Empty folders
366
366
  ```
367
367
 
368
- ### 2. `everything_search_by_type` Category Search
368
+ ### 2. `everything_search_by_type` - Category Search
369
369
 
370
370
  Search by pre-defined file type categories.
371
371
 
@@ -379,7 +379,7 @@ Search by pre-defined file type categories.
379
379
  | `max_results` | 50 | 1–500 |
380
380
  | `sort` | `date-modified-desc` | Sort order |
381
381
 
382
- ### 3. `everything_find_recent` What Changed?
382
+ ### 3. `everything_find_recent` - What Changed?
383
383
 
384
384
  Find recently modified files. Sorted newest-first.
385
385
 
@@ -393,7 +393,7 @@ Find recently modified files. Sorted newest-first.
393
393
  | `query` | `""` | Additional filter |
394
394
  | `max_results` | 50 | 1–500 |
395
395
 
396
- ### 4. `everything_file_details` Deep Inspection
396
+ ### 4. `everything_file_details` - Deep Inspection
397
397
 
398
398
  Get metadata and optional content preview for specific files.
399
399
 
@@ -404,7 +404,7 @@ Get metadata and optional content preview for specific files.
404
404
 
405
405
  **Returns:** Full metadata (size, dates, permissions, hidden status). Directories: item count and listing. Text files with preview: first N lines of content.
406
406
 
407
- ### 5. `everything_count_stats` Quick Analytics
407
+ ### 5. `everything_count_stats` - Quick Analytics
408
408
 
409
409
  Get count and size statistics without listing individual files.
410
410
 
@@ -531,7 +531,7 @@ Contributions welcome! Areas for improvement:
531
531
 
532
532
  ## License
533
533
 
534
- MIT see [LICENSE](LICENSE)
534
+ MIT - see [LICENSE](LICENSE)
535
535
 
536
536
  ## Acknowledgments
537
537
 
@@ -0,0 +1,11 @@
1
+ everything_mcp/__init__.py,sha256=pJfNWwOX6hOIyGkCGXqs_6-qOSJaqdo0i6a0C1je2yI,293
2
+ everything_mcp/__main__.py,sha256=vmT0CZ9tECJGqYncEBFRkZsCA8PtWDPsAxZGhip6fN8,125
3
+ everything_mcp/backend.py,sha256=8PO78L1fjUrB92QIz5Pmq8PwP5IISP0RVfppYzdNELM,16845
4
+ everything_mcp/config.py,sha256=YrZM8me3aBbYwM1qIBvaIPULInCQbbhZ7WginevgzL4,9091
5
+ everything_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ everything_mcp/server.py,sha256=H-KnBZQ7u8ZYqir9mnaoAZlfMHOjdufEuK7ArmDhcwI,28577
7
+ everything_mcp-1.0.3.dist-info/METADATA,sha256=5ZwM3KQw_oNlvanqsDJDp3KVcrcJrMouq5f_IXUQSrg,15424
8
+ everything_mcp-1.0.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
9
+ everything_mcp-1.0.3.dist-info/entry_points.txt,sha256=uML8cv-F-LLAO48ed5Bb8dvt2vue0zkvOIZLPMxskyo,55
10
+ everything_mcp-1.0.3.dist-info/licenses/LICENSE,sha256=lOzySWZ47IwlWsg4jIvVdxDpca_vVry3jnR_Ibqes4g,1064
11
+ everything_mcp-1.0.3.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- everything_mcp/__init__.py,sha256=TzPl7R_wjHUa4VP8tPndrKEDYBTjTKV2vOr5NK7RN7Y,282
2
- everything_mcp/__main__.py,sha256=vmT0CZ9tECJGqYncEBFRkZsCA8PtWDPsAxZGhip6fN8,125
3
- everything_mcp/backend.py,sha256=Dr1EYRu1xZG0Mlwp_m4NeLti1ICG-xY87DZAEhK03uQ,16394
4
- everything_mcp/config.py,sha256=kb4mnPhqk0vAbrDwwrS1DEaA1LIyiuVhagt1lxFzRhE,8840
5
- everything_mcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- everything_mcp/server.py,sha256=Vx2wIj77vfVrAoYhBPVaxTu7CJvbclixguNAn-lsiPk,27850
7
- everything_mcp-1.0.2.dist-info/METADATA,sha256=2Ud4DqEu2a6HhtbhUw6IipzYjQyMZUZutOE1xgx68ZU,15442
8
- everything_mcp-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
9
- everything_mcp-1.0.2.dist-info/entry_points.txt,sha256=uML8cv-F-LLAO48ed5Bb8dvt2vue0zkvOIZLPMxskyo,55
10
- everything_mcp-1.0.2.dist-info/licenses/LICENSE,sha256=lOzySWZ47IwlWsg4jIvVdxDpca_vVry3jnR_Ibqes4g,1064
11
- everything_mcp-1.0.2.dist-info/RECORD,,