Skip to content

Commit e7e1c85

Browse files
committed
python servers 0.6.2
1 parent df0b733 commit e7e1c85

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
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.6.1"
3+
version = "0.6.2"
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/git/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-git"
3-
version = "0.6.1"
3+
version = "0.6.2"
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"

src/git/uv.lock

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

src/sentry/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-sentry"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "MCP server for retrieving issues from sentry.io"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/sentry/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sqlite/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-sqlite"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A simple SQLite MCP server"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/sqlite/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/time/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-time"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/time/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)