Metadata-Version: 2.4
Name: mcp-fetch-plus
Version: 0.1.0
Summary: An enhanced MCP server for fetching web content with three-tier strategy (httpx, Playwright, stealth)
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: markdownify>=0.14.0
Requires-Dist: mcp[cli]>=1.8.0
Requires-Dist: protego>=0.4.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: readabilipy>=0.3.0
Requires-Dist: starlette>=0.37.0
Requires-Dist: uvicorn>=0.30.0
Provides-Extra: browser
Requires-Dist: playwright>=1.40.0; extra == 'browser'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
