mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-18 00:03:23 +02:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[project]
|
|
name = "mcp-server-sqlite"
|
|
version = "0.1.0"
|
|
description = "A simple SQLite MCP server"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = ["mcp>=0.9.1"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project.scripts]
|
|
mcp-server-sqlite = "mcp_server_sqlite:main"
|