everything-mcp 1.0.1__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,14 +1,14 @@
1
- """
2
- Everything MCP The definitive MCP server for voidtools Everything.
3
-
4
- Lightning-fast file search for AI agents.
5
- """
6
-
7
- __version__ = "1.0.1"
8
-
9
-
10
- def main() -> None:
11
- """Entry point for the ``everything-mcp`` command."""
12
- from everything_mcp.server import mcp
13
-
14
- mcp.run()
1
+ """
2
+ Everything MCP - The definitive MCP server for voidtools Everything.
3
+
4
+ Lightning-fast file search for AI agents.
5
+ """
6
+
7
+ __version__ = "1.0.3"
8
+
9
+
10
+ def main() -> None:
11
+ """Entry point for the ``everything-mcp`` command."""
12
+ from everything_mcp.server import mcp
13
+
14
+ mcp.run()