mcp/maintain.README.md
Development
npx @modelcontextprotocol/inspectoruv, args run mcp-server-omi -vuvx + mcp-server-omi, you would be pointing towards the deployed package.uv run, is python -m mcp_server_omiuv run (pointing locally) or python -m, restart claude, and check the tools available (https://modelcontextprotocol.io/examples)backend/routers/mcp.py routes directly on main backend.Releasing
Run sh release.sh this will upgrade the version in __about__.py, publish to pypi, build and deploy the Dockerfile as well.
(Dockerfile is on omiai/mcp-server)
Next Steps