mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Add ScrapeGraph MCP server configuration (#18923)
This commit is contained in:
parent
7aee1fcb81
commit
c82d74587d
1 changed files with 6 additions and 1 deletions
|
|
@ -14,5 +14,10 @@
|
|||
"linear": {
|
||||
"sse_url": "https://mcp.linear.app/sse",
|
||||
"description": "The Linear MCP server provides programmatic access to Linear's issue tracking capabilities."
|
||||
},
|
||||
"scrapegraph": {
|
||||
"http_url": "https://smithery.ai/api/mcp/scrapegraph-mcp",
|
||||
"sse_url": "https://smithery.ai/api/mcp/scrapegraph-mcp/sse",
|
||||
"description": "The ScrapeGraph MCP server provides programmatic access to ScrapeGraph AI's web scraping capabilities, including smart scraping, web crawling, search scraping, and agentic scraping workflows."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue