searchfetch 3.2.2__tar.gz → 3.2.3__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.2/searchfetch.egg-info → searchfetch-3.2.3}/PKG-INFO +1 -1
- {searchfetch-3.2.2 → searchfetch-3.2.3}/pyproject.toml +1 -1
- {searchfetch-3.2.2 → searchfetch-3.2.3/searchfetch.egg-info}/PKG-INFO +1 -1
- {searchfetch-3.2.2 → searchfetch-3.2.3}/server.py +5 -2
- {searchfetch-3.2.2 → searchfetch-3.2.3}/LICENSE +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/MANIFEST.in +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/README.md +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/searchfetch.egg-info/SOURCES.txt +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/searchfetch.egg-info/dependency_links.txt +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/searchfetch.egg-info/entry_points.txt +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/searchfetch.egg-info/requires.txt +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/searchfetch.egg-info/top_level.txt +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/setup.cfg +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/crates-package.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/docker-hub.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/docs-page.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/docs-rs.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/duckduckgo-search.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/github-issue.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/github-repo.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/google-search.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/npm-package.json +0 -0
- {searchfetch-3.2.2 → searchfetch-3.2.3}/templates/pypi-package.json +0 -0
|
@@ -11,7 +11,7 @@ from markdownify import markdownify as md
|
|
|
11
11
|
from mcp.server.fastmcp import FastMCP
|
|
12
12
|
from playwright.async_api import TimeoutError as PlaywrightTimeoutError
|
|
13
13
|
|
|
14
|
-
__version__ = "3.2.
|
|
14
|
+
__version__ = "3.2.3"
|
|
15
15
|
|
|
16
16
|
mcp = FastMCP("searchfetch")
|
|
17
17
|
|
|
@@ -1167,7 +1167,10 @@ async def webfetch(
|
|
|
1167
1167
|
|
|
1168
1168
|
|
|
1169
1169
|
def main():
|
|
1170
|
-
|
|
1170
|
+
try:
|
|
1171
|
+
mcp.run(transport="stdio")
|
|
1172
|
+
except BrokenPipeError:
|
|
1173
|
+
pass
|
|
1171
1174
|
|
|
1172
1175
|
|
|
1173
1176
|
if __name__ == "__main__":
|
|
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
|
|
File without changes
|