[project] name = "wisegrid-mcp" version = "0.1.0" description = "WiseGrid MCP server — read and write sheets, rows, columns and reports from any AI agent." readme = "README.md" requires-python = ">=3.10" license = "MIT" authors = [{ name = "WiseGrid", email = "hello@wisegrid.co" }] keywords = ["mcp", "wisegrid", "spreadsheet", "project-management", "ai", "agent"] classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Topic :: Office/Business", "License :: OSI Approved :: MIT License", ] dependencies = ["fastmcp>=2.0.0", "httpx>=0.27.0"] [project.urls] Homepage = "https://wisegrid.co" Documentation = "https://wisegrid.co/docs/api" Repository = "https://github.com/RyanKramer/wisegrid-mcp" [project.scripts] wisegrid-mcp = "wisegrid_mcp.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wisegrid_mcp"]