Skip to content

Commit

Permalink
python servers 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp-ant committed Nov 29, 2024
1 parent 0ff39c7 commit f68f2ce
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 93 deletions.
63 changes: 31 additions & 32 deletions src/fetch/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/git/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-server-git"
version = "0.5.1"
version = "0.6.0"
description = "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"click>=8.1.7",
"gitpython>=3.1.43",
"mcp>=0.6.0",
"mcp>=1.0.0",
"pydantic>=2.0.0",
]

Expand Down
4 changes: 2 additions & 2 deletions src/sentry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "mcp-server-sentry"
version = "0.5.1"
version = "0.6.0"
description = "MCP server for retrieving issues from sentry.io"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["mcp>=0.9.1"]
dependencies = ["mcp>=1.0.0"]

[build-system]
requires = ["hatchling"]
Expand Down
Loading

0 comments on commit f68f2ce

Please sign in to comment.