searchfetch 3.2.0__tar.gz → 3.2.2__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.
- {searchfetch-3.2.0/searchfetch.egg-info → searchfetch-3.2.2}/PKG-INFO +3 -3
- {searchfetch-3.2.0 → searchfetch-3.2.2}/pyproject.toml +3 -3
- {searchfetch-3.2.0 → searchfetch-3.2.2/searchfetch.egg-info}/PKG-INFO +3 -3
- {searchfetch-3.2.0 → searchfetch-3.2.2}/searchfetch.egg-info/requires.txt +2 -2
- {searchfetch-3.2.0 → searchfetch-3.2.2}/server.py +1 -1
- {searchfetch-3.2.0 → searchfetch-3.2.2}/LICENSE +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/MANIFEST.in +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/README.md +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/searchfetch.egg-info/SOURCES.txt +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/searchfetch.egg-info/dependency_links.txt +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/searchfetch.egg-info/entry_points.txt +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/searchfetch.egg-info/top_level.txt +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/setup.cfg +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/crates-package.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/docker-hub.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/docs-page.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/docs-rs.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/duckduckgo-search.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/github-issue.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/github-repo.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/google-search.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/npm-package.json +0 -0
- {searchfetch-3.2.0 → searchfetch-3.2.2}/templates/pypi-package.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: searchfetch
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: A maximum fault-tolerant, stealth-enabled MCP server for web searching and fetching.
|
|
5
5
|
Author: Max
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,8 +15,8 @@ Requires-Dist: cloakbrowser>=0.4.5
|
|
|
15
15
|
Requires-Dist: beautifulsoup4>=4.15.0
|
|
16
16
|
Requires-Dist: markdownify>=1.2.2
|
|
17
17
|
Provides-Extra: dev
|
|
18
|
-
Requires-Dist: pytest>=
|
|
19
|
-
Requires-Dist: ruff>=0.
|
|
18
|
+
Requires-Dist: pytest>=9.1.1; extra == "dev"
|
|
19
|
+
Requires-Dist: ruff>=0.15.20; extra == "dev"
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
|
|
22
22
|
# SearchFetch (MCP Server)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "searchfetch"
|
|
7
|
-
version = "3.2.
|
|
7
|
+
version = "3.2.2"
|
|
8
8
|
description = "A maximum fault-tolerant, stealth-enabled MCP server for web searching and fetching."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -22,8 +22,8 @@ dependencies =[
|
|
|
22
22
|
|
|
23
23
|
[project.optional-dependencies]
|
|
24
24
|
dev = [
|
|
25
|
-
"pytest>=
|
|
26
|
-
"ruff>=0.
|
|
25
|
+
"pytest>=9.1.1",
|
|
26
|
+
"ruff>=0.15.20",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: searchfetch
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: A maximum fault-tolerant, stealth-enabled MCP server for web searching and fetching.
|
|
5
5
|
Author: Max
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,8 +15,8 @@ Requires-Dist: cloakbrowser>=0.4.5
|
|
|
15
15
|
Requires-Dist: beautifulsoup4>=4.15.0
|
|
16
16
|
Requires-Dist: markdownify>=1.2.2
|
|
17
17
|
Provides-Extra: dev
|
|
18
|
-
Requires-Dist: pytest>=
|
|
19
|
-
Requires-Dist: ruff>=0.
|
|
18
|
+
Requires-Dist: pytest>=9.1.1; extra == "dev"
|
|
19
|
+
Requires-Dist: ruff>=0.15.20; extra == "dev"
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
|
|
22
22
|
# SearchFetch (MCP Server)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|