This commit is contained in:
David Soria Parra
2024-11-21 23:22:32 +00:00
parent 32f2246d34
commit ba354229ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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