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

# DEPRECATED: crawilfy-mcp-server

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

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": {
    "crawlemoon": {
      "command": "uvx",
      "args": ["crawlemoon"]
    }
  }
}
```

Thank you for your understanding!
