You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve OmniParser deployment and configuration options
- Add auto-deploy functionality with user confirmation
- Add skip-confirmation flag to deploy without prompting
- Add TODO for simplified AWS configuration in the future
- Update documentation with new options and deployment scenarios
- Expand README with detailed OmniParser configuration instructions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- OmniMCP will try to connect to `http://localhost:8000` by default
94
111
- This requires running an OmniParser server locally
95
112
96
-
By default, OmniMCP will fail if it can't connect to an OmniParser server. Use the `--allow-no-parser` flag to run with limited functionality when no parser is available.
113
+
4. **Run Without OmniParser** (Limited functionality)
114
+
- Use the `--allow-no-parser` flag to run even without OmniParser
115
+
- Claude will only see raw screenshots without UI element detection
0 commit comments