pyproject.tomlโข1.04 kB
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
requires-python = ">=3.8"
name = "sparql-mcp"
description = "MCP server to help users write SPARQL queries for open-access SPARQL endpoints"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Vincent Emonet", email = "vincent.emonet@gmail.com" },
]
maintainers = [
{ name = "Vincent Emonet", email = "vincent.emonet@gmail.com" },
]
keywords = [
"MCP",
"SPARQL",
"RDF",
"LLM",
]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/sib-swiss/sparql-mcp"
Documentation = "https://github.com/sib-swiss/sparql-mcp"
History = "https://github.com/sib-swiss/sparql-mcp/releases"
Tracker = "https://github.com/sib-swiss/sparql-mcp/issues"
Source = "https://github.com/sib-swiss/sparql-mcp"
[tool.maturin]
bindings = "bin"