Metadata-Version: 2.4
Name: crawilfy-mcp-server
Version: 1.1.6
Summary: DEPRECATED: Renamed to crawlify. Please install crawlify instead.
Author-email: "emad.dev" <contact@emad.dev>
License: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: crawlify>=1.1.5

# DEPRECATED: crawilfy-mcp-server

This package has been renamed to **[crawlify](https://pypi.org/project/crawlify/)** due to a typo in the original name.

## Migration

Please update your dependencies to use the new package name:

```bash
# Uninstall the old package
pip uninstall crawilfy-mcp-server

# Install the new package
pip install crawlify
```

If you are using it as an MCP server, update your MCP configuration file (e.g., `mcp_settings.json` or Cursor settings) to use the new name:

```json
{
  "mcpServers": {
    "crawlify": {
      "command": "uvx",
      "args": ["crawlify"]
    }
  }
}
```

Thank you for your understanding!
