Skip to content

Commit fb33c8a

Browse files
committed
python servers 0.6.1
1 parent 30d500a commit fb33c8a

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

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

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.0"
3+
version = "0.6.1"
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"

0 commit comments

Comments
 (0)