Fix SQLite server logging to file

This commit is contained in:
Justin Spahr-Summers
2024-11-21 22:39:58 +00:00
parent fe4f568fd0
commit 01eeaf86b9
3 changed files with 3 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-server-sqlite"
version = "0.3.0"
version = "0.3.1"
description = "A simple SQLite MCP server"
readme = "README.md"
requires-python = ">=3.11"