update git server to most recent MCP SDK

This commit is contained in:
David Soria Parra
2024-11-19 23:15:21 +00:00
parent e1cd447dbc
commit 8a77721d64
3 changed files with 97 additions and 78 deletions

View File

@@ -18,7 +18,7 @@ classifiers = [
dependencies = [
"click>=8.1.7",
"gitpython>=3.1.43",
"mcp-python~=0.6.0",
"mcp>=0.6.0",
"pydantic>=2.0.0",
]