fix(mcp): point the server card website_url at the MCP docs page

This commit is contained in:
Karim shoair
2026-08-09 19:05:08 +03:00
parent 0e16c4d471
commit 902b617a15
+1 -1
View File
@@ -913,7 +913,7 @@ class ScraplingMCPServer:
settings: Dict[str, Any] = {
"title": "Scrapling",
"version": __version__,
"website_url": "https://scrapling.readthedocs.io/en/latest/",
"website_url": "https://scrapling.readthedocs.io/en/latest/ai/mcp-server.html",
"icons": [
Icon(
src="https://raw.githubusercontent.com/D4Vinci/Scrapling/main/docs/assets/logo.png",