Skip to content

Commit

Permalink
✨ Add HTML extraction MCP commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Jan 26, 2025
1 parent a920ca4 commit c8d2775
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 445 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,4 +655,10 @@ Added support for processing multiple HTML files and URLs in a single run:
## Add VSCode launch configuration for test-html-selector
Added a new launch configuration to make it easier to debug the test-html-selector tool with example files.

- Added Test HTML Selector launch configuration in .vscode/launch.json
- Added Test HTML Selector launch configuration in .vscode/launch.json

## HTML Extraction Commands

Added two new MCP commands for HTML data extraction:
- `get-html-extraction-tutorial`: Command to display comprehensive HTML extraction documentation
- `html-extraction`: Command to extract data from HTML documents using selectors
Loading

0 comments on commit c8d2775

Please sign in to comment.