docs(api): document MIME and PDF processor options - #93
Merged
Conversation
Verified every claim against the live server at mcp.scrapegraphai.com and the apps/mcp implementation. - remove the "Star us on GitHub" card - drop the local stdio path: `pip install scrapegraph-mcp` resolves to PyPI 1.0.1, which exposes 8 pre-v3 tools (markdownify, smartscraper, ...) and does not match the v2 API this section documents - drop the Smithery page for the same reason, with a redirect to the introduction and inbound links repointed - document the transport honestly: Streamable HTTP only, SSE unsupported, 60s per tool call - document all three accepted API key headers, plus OAuth 2.1 with PKCE S256 and the mcp:use scope - correct the tool table to /api/* paths with real defaults and limits - replace the migration note's dead v3.0.0 release link with a legacy name mapping table - collapse the four client pages onto one shape: configure, authenticate, API key alternative, verify with `credits` - bump the Claude Desktop mcp-remote pin from 0.1.25 to 0.1.38
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Jul 30, 2026
Member
Author
UpdateChanged:
Test plan:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the current MIME allowlist and PDF processor contract across Scrape, Extract, Search, and Crawl.
Changes
contentTypes/content_typesreferences withallowedTypes/allowed_types"all"and"*"are invalidprocessors, the 25-page default,1..500, and-1unlimitedVerification
git diff --checkSDK counterparts: ScrapeGraphAI/scrapegraph-py#101 and ScrapeGraphAI/scrapegraph-js#21. Playground: ScrapeGraphAI/sgai-stack#963.