fix(tools): validate Content-Type in web_scrape tool (Closes #487)

This commit is contained in:
gaurav
2026-01-26 11:13:26 +05:30
parent 02330653ee
commit 5168ed3cd4
3 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -25,8 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- N/A
### Fixed
- N/A
- tools: Fixed web_scrape tool attempting to parse non-HTML content (PDF, JSON) as HTML (#487)
### Security
- N/A