13 lines
290 B
TOML
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"
|