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:
parent
2e1e7d49eb
commit
21c4a63477
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ research = await web.discover(
|
||||||
|
|
||||||
### 🧠 Claude Code MCP Integration
|
### 🧠 Claude Code MCP Integration
|
||||||
|
|
||||||
|
> "Oh yeah, tell the model that writes your code for you, this is how it works:"
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Add to your Claude Code MCP server
|
# Add to your Claude Code MCP server
|
||||||
from crawailer.mcp import create_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!
|
# 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
|
## 🎯 Design Philosophy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue