Updated README, CONTRIBUTING, and PR Template

This commit is contained in:
Garvan
2024-11-21 12:48:46 -05:00
parent 9ed413353d
commit 145f123555
5 changed files with 208 additions and 545 deletions

View File

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