[project]
name = "inspirehep-mcp"
version = "0.1.0"
description = "MCP server for searching INSPIRE-HEP literature"
readme = "README.md"
authors = [
{ name = "Hajime Fukuda", email = "haji.fkd@gmail.com" }
]
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
"mcp>=1.26.0",
"pydantic>=2.12.5",
]
[project.scripts]
inspirehep-mcp = "inspirehep_mcp:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"