[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "chess-mcp"
version = "0.1.7"
description = "A Model Context Protocol server for chess games using Stockfish"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
authors = [
{name = "Your Name", email = "your.email@example.com"},
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
"Topic :: Games/Entertainment :: Board Games",
]
dependencies = [
"mcp[cli]>=1.24.0",
"python-chess>=1.999",
]
[project.urls]
Homepage = "https://github.com/yourusername/chess-mcp"
Repository = "https://github.com/yourusername/chess-mcp"
Issues = "https://github.com/yourusername/chess-mcp/issues"