skills/cli-mcp/SKILL.md
Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.
npm install -g omniroute # or: npx omniroute
omniroute --version
mcpExample:
omniroute mcp
mcp statusShow MCP server status
Flags:
--jsonExample:
omniroute mcp status
mcp restartRestart the MCP server
Example:
omniroute mcp restart
mcp call <tool> [argsJson]Flags:
--args <json>--args-file <path>--stream--scope <s>Example:
omniroute mcp call <tool> [argsJson]
mcp scopesFlags:
--tool <name>Example:
omniroute mcp scopes
mcp toolsExample:
omniroute mcp tools
mcp listFlags:
--scope <s>Example:
omniroute mcp list
mcp info <name>Example:
omniroute mcp info <name>
mcp schema <name>Flags:
--io <kind>Example:
omniroute mcp schema <name>
mcp auditExample:
omniroute mcp audit
mcp tailFlags:
--follow--limit <n>Example:
omniroute mcp tail
mcp statsFlags:
--period <p>Example:
omniroute mcp stats