Treść z repozytorium z zachowaniem nagłówków, przykładów, kodu, tabel, linków i obrazów.
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
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 --versionSubcommands
mcp
Example:
omniroute mcpmcp status
Show MCP server status
Flags:
--json
Example:
omniroute mcp statusmcp restart
Restart the MCP server
Example:
omniroute mcp restartmcp 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
