move sqlite server to python 3.10

This commit is contained in:
David Soria Parra
2024-11-22 23:12:33 +00:00
parent 8e63b5e9b8
commit ec3c60c0c0
6 changed files with 180 additions and 143 deletions

View File

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