chore(plugins): remove non-functional Zomato Omi app#8930
Conversation
The omi-zomato-app plugin has never had a successful production deployment (0 of 1,885 recorded deployments succeeded, Mar–Jul 2026). It is dead code with no working deployment path. Remove the plugin directory and its Railway wiring entirely; all references were self-contained within plugins/omi-zomato-app/. fixes #8905
Git-on-my-level
left a comment
There was a problem hiding this comment.
Maintainer review (comment-only, not a formal approval):
Thanks for cleaning this up. I reviewed the PR statically against issue #8905. The diff is a pure deletion of plugins/omi-zomato-app/ including its FastAPI service, MCP/OAuth proxy, Redis/file token storage, Railway config, Procfile, requirements, and local gitignore. I also checked the PR head for remaining zomato / omi-zomato-app references and found none.
Positive signal: this looks like a coherent cleanup of a non-functional, self-contained app, and the current checks are green.
I’m leaving this as comment-only rather than approving because it removes an integration and dependency/deployment surface; a human maintainer should confirm that deleting the app is the intended product direction before merge. If that intent is confirmed, I do not see code-level blockers in this PR.
What
Removes the
plugins/omi-zomato-app/plugin entirely (FastAPI service + Railway deployment wiring:main.py,mcp_proxy.py,db.py,models.py,railway.toml,Procfile,requirements.txt,.gitignore).Why
Per issue #8905, the Zomato app is non-functional and has never had a successful production deployment:
The issue explicitly frames this as a cleanup/removal, not a repair: "If the integration is still desired, it should probably be rebuilt as a new app with a successful deployment path."
What I verified
zomatoreferences in the repo were self-contained withinplugins/omi-zomato-app/. After removal,git grep -il zomatoreturns no matches (exit 1).railway.toml,Procfile) lived inside the removed directory.fixes #8905
Auto-generated from issue feedback by the mini issues-improver. Review before merge.