Skip to content

Conversation

@codegen-sh
Copy link

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

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

  1. scrape - Extract content from a URL
  2. doc-to-text - Convert documents to plain text
  3. extract-document - Extract structured data from documents
  4. crawl - Crawl a website and extract content
  5. add-to-knowledge-base - Add content to a knowledge base
  6. search-knowledge-base - Search a knowledge base

Each endpoint follows the same pattern as the existing endpoints:

  • Uses the Dumpling AI API
  • Requires an API key from the environment variable
  • Handles errors appropriately
  • Returns formatted responses

These additions complete the implementation of all available Dumpling AI API endpoints in the MCP server, allowing LLMs to access the full range of Dumpling AI's capabilities.

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