[project] name = "mcp-advisor" version = "2.0.0" description = "MCP server to browse, search, and discover MCP servers from the MCP Advisor registry" requires-python = ">=3.11" license = "MIT" readme = "README.md" authors = [ {name = "Luca Stucchi", email = "luca.stucchi@gmail.com"}, ] keywords = ["mcp", "model-context-protocol", "registry", "advisor"] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] dependencies = [ "mcp>=1.26.0", "httpx>=0.27.0", ] [project.urls] Homepage = "https://stucchi.github.io/mcp-advisor-app/" Repository = "https://github.com/stucchi/mcp-advisor" Issues = "https://github.com/stucchi/mcp-advisor/issues" [project.scripts] mcp-advisor = "mcp_advisor.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_advisor"] [tool.ruff] target-version = "py311" line-length = 100