This package provides a command-line interface (CLI) for interacting with the Metheus Governance Micro-Control Plane (MCP). It facilitates tasks such as bootstrapping the environment, managing local chat bot configurations, running health checks, and bridging stdio to the Metheus HTTPS gateway for proxying. The current stable version is 0.2.304, indicating active development. The CLI handles authentication, registration with various AI clients (Codex, Claude, Gemini, Antigravity, Cursor), and local secret management for chat platforms like Telegram, Slack, and KakaoTalk. Its key differentiator is providing a local control plane for Metheus-managed AI governance, allowing for granular configuration of bot roles, AI client bindings, and message routing. While no explicit release cadence is stated, the versioning suggests ongoing updates and enhancements to its capabilities.
npm install metheus-governance-mcp-cliVerified import paths — ran on the pinned version, not inferred.
Installs the CLI globally and demonstrates basic usage for bootstrapping, running health checks, authentication, and adding a new bot.
Prefer using `metheus-governance-mcp-cli` for all commands to ensure future compatibility and align with current best practices.
Review and migrate existing Telegram bot configurations to match the new file structure as detailed in the README. Ensure secrets are correctly placed in the per-bot files and global settings in `global.env`.
Upgrade your Node.js installation to version 18 or newer using tools like NVM (`nvm install 18 && nvm use 18`) or official installers.
Ensure local `.env` files only contain bot tokens and local transport options. Avoid adding any project-specific routing metadata to these local files.
Upgrade your Node.js installation to version 18 or newer. For example, using NVM: `nvm install 18 && nvm use 18`.
Run `metheus-governance-mcp-cli auth login` to initiate the authentication process and obtain a valid token.
Ensure the package is installed globally using `npm install -g metheus-governance-mcp-cli@latest`. Verify npm's global bin directory is in your PATH.
No dependency data recorded yet.