Updates + Merge

This commit is contained in:
Garvan
2024-11-21 12:42:01 -05:00
parent b0df6dabe8
commit 9ed413353d
8 changed files with 760 additions and 221 deletions

View File

@@ -5,7 +5,8 @@ description = "A simple SQLite MCP server"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp>=0.9.0",
"mcp>=0.9.1",
"anthropic>=0.39.0",
]
[build-system]