[build-system] requires = ["setuptools>=68.0"] build-backend = "setuptools.build_meta" [project] name = "arachne-mcp" description = "🕷️ MCP server for Arachne — 56 tools: search, scrape, browser, vision, transcribe, RAG, Social Research, GitHub (trending/PRs/activity) + VRT visual (Oito Olhos)" version = "1.4.0" readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.27.0", ] license = {text = "MIT"} [project.urls] Homepage = "https://arachne.seu.pet" Source = "https://github.com/Samuelfmedeiros/arachne-mcp" [project.scripts] arachne-mcp = "arachne_mcp.__main__:main"