[build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project] name = "ryrank-mcp" version = "1.0.0" description = "MCP server for RyRank — a Cohere-compatible pay-per-call reranker" readme = "README.md" license = {text = "MIT"} requires-python = ">=3.9" dependencies = ["httpx>=0.27"] keywords = ["mcp", "rerank", "reranker", "retrieval", "rag", "cohere-alternative", "x402", "agent", "semantic-search"] [project.urls] Homepage = "https://trigeochiral.com" Repository = "https://github.com/trigeochiral/ryrank-mcp" [project.scripts] ryrank-mcp = "ryrank_mcp:main" [tool.setuptools] py-modules = ["ryrank_mcp"]