glam/mcp_servers/wikidata_auth/pyproject.toml
2025-11-19 23:25:22 +01:00

13 lines
290 B
TOML

[project]
name = "wikidata-mcp-auth"
version = "1.0.0"
description = "Enhanced Wikidata MCP Server with API Token Authentication"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.27.0",
"mcp>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"