mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
18 lines
366 B
TOML
18 lines
366 B
TOML
[project]
|
|
name = "mcp-server-sqlite"
|
|
version = "0.6.1"
|
|
description = "A simple SQLite MCP server"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["mcp>=1.0.0"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.uv]
|
|
dev-dependencies = ["pyright>=1.1.389"]
|
|
|
|
[project.scripts]
|
|
mcp-server-sqlite = "mcp_server_sqlite:main"
|