[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "fusion-mcp" version = "0.1.0" description = "Local Fusion MCP server — panel→judge→synthesis on the Claude CLI subscription, no OpenRouter." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Jolymmiles" }] keywords = ["mcp", "claude", "fusion", "llm", "model-context-protocol"] dependencies = ["mcp[cli]>=1.2.0"] [project.urls] Homepage = "https://github.com/Jolymmiles/fusion-mcp" Repository = "https://github.com/Jolymmiles/fusion-mcp" [project.scripts] fusion-mcp = "fusion_mcp:main" [tool.hatch.build.targets.wheel] only-include = ["fusion_mcp.py"]