[build-system] requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" [project] name = "snap-router-mcp" version = "1.0.0" description = "MCP server for Snap Router — task-to-tool discovery over the x402/MCP catalog" readme = "README.md" license = {text = "MIT"} requires-python = ">=3.9" dependencies = ["httpx>=0.27"] keywords = ["mcp", "x402", "agent", "tool-selection", "tool-routing", "discovery"] [project.urls] Homepage = "https://trigeochiral.com" Repository = "https://github.com/trigeochiral/snap-router-mcp" [project.scripts] snap-router-mcp = "snap_router_mcp:main" [tool.setuptools] py-modules = ["snap_router_mcp"]