Updated SQLite to include demo functionality and external API LLM call

This commit is contained in:
Garvan
2024-11-21 12:52:29 -05:00
parent 145f123555
commit 034f95c788
5 changed files with 548 additions and 211 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]