(no title)
dvt
|
13 days ago
I’m working on a DOM agent and I think MCP is overkill. You have a few “layers” you can imply by just executing some simple JS (eg: visible text, clickable surfaces, forms, etc). 90% of the time, the agent can imply the full functionality, except for the obvious edge cases (which trip up even humans): infinite scrolling, hijacking navigation, etc.
Garlef|13 days ago
Instead of letting the agent call a server (MCP), the agent downloads javascript and executes it itself (WebMCP).
0x696C6961|13 days ago
Mic92|13 days ago
dvt|13 days ago
Mic92|13 days ago
dvt|13 days ago