[{'Text': '[project]\nname = "point-topic-mcp"\nversion = "0.1.105"\ndescription = "UK broadband data analysis MCP server with Snowflake integration"\nreadme = "README.md"\nrequires-python = ">=3.12"\nauthors = [\n    {name = "Peter Donaghey", email = "peter.donaghey@point-topic.com"}\n]\nlicense = {text = "MIT"}\nkeywords = ["mcp", "snowflake", "broadband", "data-analysis"]\nclassifiers = [\n    "Development Status :: 3 - Alpha",\n    "Intended Audience :: Developers",\n    "License :: OSI Approved :: MIT License",\n    "Programming Language :: Python :: 3",\n    "Programming Language :: Python :: 3.12",\n]\ndependencies = [\n    "boto3>=1.28.0",\n    "certifi>=2024.0.0",\n    "fastmcp>=2.14.0",\n    "httpx>=0.28.1",\n    "pymongo>=4.10.0",\n    "mcp>=1.26.0",\n    "fastapi>=0.115.0",\n    "uvicorn>=0.34.0",\n    "pyjwt>=2.10.0",\n    "cryptography>=44.0.0",\n    "clickhouse-connect>=0.8.0",\n    "snowflake-connector-python>=3.17.3",\n    "python-dotenv>=1.0.0",\n    "pyyaml>=6.0.0",\n    "PyGithub>=2.1.1",\n]\n\n[project.optional-dependencies]\nsnowflake = ["pyarrow>=12.0.0", "pandas>=1.5.0"]\n\n[project.scripts]\npoint-topic-mcp = "point_topic_mcp.server_local:main"\npoint-topic-mcp-http = "point_topic_mcp.server_http:main"\npoint-topic-mcp-install-mongosh = "point_topic_mcp.install_mongosh:main"\n\n[project.urls]\nHomepage = "https://github.com/point-topic/point-topic-mcp"\nRepository = "https://github.com/point-topic/point-topic-mcp"\n\n[build-system]\nrequires = ["hatchling"]\nbuild-backend = "hatchling.build"\n\n[tool.hatch.build.targets.wheel]\npackages = ["src/point_topic_mcp"]\n'}]