Metadata-Version: 2.4
Name: anthology-mcp
Version: 0.1.0
Summary: MCP server for Anthology — scrape documentation sites into AI-ready Markdown
Author: Rajat Khandelwal
License-Expression: AGPL-3.0-only
Project-URL: Homepage, https://github.com/rajat10cube/Anthology
Project-URL: Repository, https://github.com/rajat10cube/Anthology
Project-URL: Issues, https://github.com/rajat10cube/Anthology/issues
Keywords: mcp,llm,documentation,scraper,markdown,ai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: markdownify>=0.12
Requires-Dist: mcp>=1.0
Requires-Dist: pydantic>=2.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: PyYAML>=6.0
Provides-Extra: playwright
Requires-Dist: playwright>=1.40; extra == "playwright"
