We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a6547 commit 9a4d513Copy full SHA for 9a4d513
src/fetch/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "mcp-server-fetch"
3
-version = "0.6.2"
+version = "0.6.3"
4
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -16,6 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.10",
17
]
18
dependencies = [
19
+ "httpx<0.28",
20
"markdownify>=0.13.1",
21
"mcp>=1.1.3",
22
"protego>=0.3.1",
0 commit comments