[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "lzwcai-mcpskills-file-tools-mcp" version = "0.1.9" description = "File tools MCP server" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.6.0", "httpx>=0.24.0" ] [project.scripts] lzwcai-mcpskills-file-tools-mcp = "file_tools.main:main" [tool.hatch.build.targets.wheel] packages = ["file_tools"]