Skip to content

Conversation

@codegen-sh
Copy link

@codegen-sh codegen-sh bot commented Mar 26, 2025

This PR adds the remaining Dumpling AI API endpoints to the MCP server:

  1. scrape - Extract content from a webpage
  2. crawl - Crawl a website and extract content from multiple pages
  3. extract-document - Extract structured data from document files
  4. extract-video - Extract structured data from video files
  5. extract-audio - Extract structured data from audio files
  6. generate-ai-image - Generate AI images

Each endpoint follows the same pattern as the existing ones:

  • Uses the Dumpling AI API with proper authentication
  • Validates input parameters using Zod
  • Handles errors appropriately
  • Returns formatted responses

These additions complete the implementation of all the Dumpling AI API endpoints in the MCP server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant