From 21c4a634770922010c8436d3acacbde045708766 Mon Sep 17 00:00:00 2001 From: Crawailer Developer Date: Thu, 18 Sep 2025 17:20:44 -0600 Subject: [PATCH] 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 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36ab585..23ee2e9 100644 --- a/README.md +++ b/README.md @@ -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