python servers 0.6.0

This commit is contained in:
David Soria Parra
2024-11-29 17:48:57 +00:00
parent 0ff39c72c6
commit f86486984c
9 changed files with 118 additions and 92 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "mcp-server-sqlite"
version = "0.5.1"
version = "0.6.0"
description = "A simple SQLite MCP server"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["mcp>=0.9.1"]
dependencies = ["mcp>=1.0.0"]
[build-system]
requires = ["hatchling"]