[project]
name = "vilnius-transport-mcp-server"
version = "0.1.0"
description = "This is Vilnius transport MCP server for claude desktop proof of concept"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.44.0",
"gtfs-kit>=10.1.1",
"httpx>=0.28.1",
"logging>=0.4.9.6",
"mcp>=1.2.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
vilnius-transport = "vilnius_transport_mcp_server.transport:main"
[tool.hatch.build.targets.wheel]
packages = ["src/vilnius_transport_mcp_server"]
[tool.hatch.build]
artifacts = [
"src/vilnius_transport_mcp_server/data/*.zip",
]