[project] name = "orcaslicer-mcp" version = "0.1.13" description = "Work a running OrcaSlicer from Claude or any MCP client: load models, tune settings, slice, and understand the result through per-feature breakdowns, setting explanations, and physics checks" readme = "README.md" license = { text = "AGPL-3.0-only" } authors = [{ name = "Max Ellis" }] requires-python = ">=3.11" keywords = ["mcp", "orcaslicer", "3d-printing", "slicer", "claude", "model-context-protocol"] classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: Printing", ] dependencies = ["mcp>=2.2,<3", "httpx>=0.27", "websockets>=12"] [project.urls] Homepage = "https://github.com/maxellis/orcaslicer-mcp" Repository = "https://github.com/maxellis/orcaslicer-mcp" Changelog = "https://github.com/maxellis/orcaslicer-mcp/blob/main/CHANGELOG.md" "OrcaSlicer MCP build (fork)" = "https://github.com/maxellis/OrcaSlicer" Funding = "https://buymeacoffee.com/maxellis" [project.optional-dependencies] dev = ["pytest>=8", "pytest-asyncio>=0.23", "respx>=0.21"] [project.scripts] orcaslicer-mcp = "orcaslicer_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/orcaslicer_mcp"] [tool.pytest.ini_options] asyncio_mode = "auto"