mirror of
https://github.com/D4Vinci/Scrapling.git
synced 2026-09-14 20:07:02 +08:00
fix(mcp): point the server card website_url at the MCP docs page
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user