[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "woody-mcp" version = "1.0.3" description = "MCP server for Woody, an AI firearms expert with verified knowledge base and legal engine" readme = "README.md" license = { text = "MIT" } authors = [{ name = "Gunsmith Academy", email = "gsa@gunsmith.academy" }] keywords = ["mcp", "firearms", "gunsmith", "ai", "claude"] classifiers = [ "Development Status :: 5 - Production/Stable", "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 :: Scientific/Engineering :: Artificial Intelligence", ] requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0,<2.0.0", "httpx>=0.27.0,<1.0.0", ] [project.urls] Homepage = "https://gunsmith.academy" Repository = "https://github.com/Gunsmith-Academy/woody-mcp" "Get an API key" = "https://gunsmith.academy" [project.scripts] woody-mcp = "woody_mcp:main"