Skip to content

Commit f864869

Browse files
committed
python servers 0.6.0
1 parent 0ff39c7 commit f864869

File tree

9 files changed

+120
-94
lines changed

9 files changed

+120
-94
lines changed

src/fetch/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-fetch"
3-
version = "0.1.3"
3+
version = "0.6.0"
44
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/fetch/uv.lock

Lines changed: 31 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/git/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-git"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"click>=8.1.7",
2020
"gitpython>=3.1.43",
21-
"mcp>=0.6.0",
21+
"mcp>=1.0.0",
2222
"pydantic>=2.0.0",
2323
]
2424

src/sentry/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "mcp-server-sentry"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
description = "MCP server for retrieving issues from sentry.io"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
dependencies = ["mcp>=0.9.1"]
7+
dependencies = ["mcp>=1.0.0"]
88

99
[build-system]
1010
requires = ["hatchling"]

0 commit comments

Comments
 (0)