Files
OmniRoute/skills/cli-mcp/SKILL.md
Ravi Tharuma d9a883ec53 docs(openapi): declare spec endpoint management auth (#11299)
Validated on a 3-PR combined board: openapi-security-tiers 1/1 within the board's 20/20, typecheck:core clean, gates within baseline. Declares GET /api/openapi/spec's real ManagementSessionAuth contract (conditional on requireLogin) — no runtime behavior change, just the doc catching up. Closes #10851. Thank you @RaviTharuma!
2026-08-23 21:03:11 -03:00

1.0 KiB

name, description
name description
cli-mcp Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.

Overview

Inspect the MCP server status, list registered tools and scopes, run tool invocations, and manage MCP audit logs from the CLI.

Quick install

npm install -g omniroute   # or: npx omniroute
omniroute --version

Subcommands

mcp

Example:

omniroute mcp

mcp status

Show MCP server status

Flags:

  • --json

Example:

omniroute mcp status

mcp restart

Restart 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 scopes

Flags:

  • --tool <name>

Example:

omniroute mcp scopes