mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 07:54:13 +02:00
Bump all versions again, for good measure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "mcp-server-sqlite"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
description = "A simple SQLite MCP server"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
@@ -11,9 +11,7 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"pyright>=1.1.389",
|
||||
]
|
||||
dev-dependencies = ["pyright>=1.1.389"]
|
||||
|
||||
[project.scripts]
|
||||
mcp-server-sqlite = "mcp_server_sqlite:main"
|
||||
|
||||
Reference in New Issue
Block a user