Right now, the MCP server bundles both user and admin tools, which is optimal for local mode, but for remote deployments (and even some local use cases) it would reduce context overhead to only use one or the other.
So, please add a mode flag to the uvx run command for:
- admin: also requires admin authentication
- user
- full (default)
Right now, the MCP server bundles both user and admin tools, which is optimal for local mode, but for remote deployments (and even some local use cases) it would reduce context overhead to only use one or the other.
So, please add a mode flag to the uvx run command for: