[project] name = "mcp-folder-scout" version = "0.1.1" description = "Read-only MCP server that summarizes a local folder: what is in it, what is stale, and where the space went." readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [{ name = "Dharani Nalabolu" }] keywords = ["mcp", "model-context-protocol", "claude", "filesystem", "cleanup", "disk-usage"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "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 :: System :: Filesystems", "Topic :: Utilities", ] dependencies = ["fastmcp>=2.0"] [project.urls] Homepage = "https://github.com/dharani0804/mcp-folder-scout" Issues = "https://github.com/dharani0804/mcp-folder-scout/issues" [project.scripts] mcp-folder-scout = "mcp_folder_scout.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_folder_scout"]