Metadata-Version: 2.4
Name: crawilfy-mcp-server
Version: 1.1.5
Summary: DEPRECATED: Renamed to crawlify-mcp-server. Please install crawlify-mcp-server 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-mcp-server>=1.1.5

# DEPRECATED: crawilfy-mcp-server

This package has been renamed to **[crawlify-mcp-server](https://pypi.org/project/crawlify-mcp-server/)** 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-mcp-server
```

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-mcp-server"]
    }
  }
}
```

Thank you for your understanding!
