mirror of
https://github.com/hangwin/mcp-chrome.git
synced 2026-09-21 12:43:18 +08:00
- Implement FileUploadTool using CDP's DOM.setFileInputFiles - Add FileHandler for native host to handle URL downloads and base64 data - Support three input methods: local file path, URL download, base64 data - Integrate with existing native messaging host infrastructure - Follow existing tool patterns from network-capture-debugger This enables programmatic file uploads to web forms, addressing the limitation identified in issue #145.