Add humorous but accurate Claude Code framing

- Added 'tell the model that writes your code for you' quote
- Makes the MCP integration relatable and memorable
- Emphasizes the practical reality of AI-assisted development
- Adds personality while highlighting the core value proposition
This commit is contained in:
Crawailer Developer 2025-09-18 17:20:44 -06:00
parent 2e1e7d49eb
commit 21c4a63477

View File

@ -64,6 +64,8 @@ research = await web.discover(
### 🧠 Claude Code MCP Integration
> "Oh yeah, tell the model that writes your code for you, this is how it works:"
```python
# Add to your Claude Code MCP server
from crawailer.mcp import create_mcp_server
@ -80,6 +82,7 @@ async def extract_content(url: str, script: str = ""):
}
# Now Claude can extract content from ANY website, including SPAs!
# No more "I can't access that site" - Claude gets real, live web data
```
## 🎯 Design Philosophy