python servers 0.6.1

This commit is contained in:
David Soria Parra
2024-11-29 18:00:23 +00:00
parent f86486984c
commit 2578d6f668
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-fetch"
version = "0.6.0"
version = "0.6.1"
description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-git"
version = "0.6.0"
version = "0.6.1"
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"

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-sentry"
version = "0.6.0"
version = "0.6.1"
description = "MCP server for retrieving issues from sentry.io"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-sqlite"
version = "0.6.0"
version = "0.6.1"
description = "A simple SQLite MCP server"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-time"
version = "0.6.0"
version = "0.6.1"
description = "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs"
readme = "README.md"
requires-python = ">=3.10"