We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3a152 commit 6bf2e15Copy full SHA for 6bf2e15
src/scrapegraph_mcp/server.py
@@ -36,6 +36,7 @@ def __init__(self, api_key: str):
36
}
37
self.client = httpx.Client(timeout=httpx.Timeout(120.0))
38
39
+
40
def markdownify(self, website_url: str) -> Dict[str, Any]:
41
"""
42
Convert a webpage into clean, formatted markdown.
0 commit comments