pyproject.toml•1.13 kB
[project]
name = "zipcode-search-mcp"
version = "0.1.0"
description = "A Model Context Protocol (MCP) server for Japanese postal code address lookup"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
{name = "RookingOSS", email = "contact@rooking.dev"}
]
keywords = ["mcp", "postal-code", "zipcode", "address", "japan"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"httpx>=0.28.1",
"mcp[cli]>=1.9.3",
]
[project.urls]
Homepage = "https://github.com/rooking-oss/zipcode-search-mcp"
Repository = "https://github.com/rooking-oss/zipcode-search-mcp"
Issues = "https://github.com/rooking-oss/zipcode-search-mcp/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []