MCP CLI Bridge and Usage Analytics Signet is building a CLI bridge to expose installed MCP servers as subcommands and adding usage analytics to track invocations. The new `signet mcp` command group will let operators test tools directly from the terminal, while a new `mcp_invocations` table and dashboard panel will provide per-server, per-tool, and per-agent breakdowns. This gives operators debugging capabilities and visibility into agent tool usage for capacity planning. MCP CLI Bridge and Usage Analytics Expose installed MCP servers as CLI subcommands and track invocation analytics in the dashboard. Problem Statement Signet manages MCP servers for agents marketplace routes, policy/scope controls, enable/disable lifecycle . But using those servers requires the agent harness to invoke them. There is no way for a human operator to call an MCP tool from the terminal, inspect available tools, or see which tools agents actually use and how often. This creates two gaps: 1 operators cannot test or debug MCP servers without running a full agent session, and 2 there is no visibility into which MCP capabilities agents rely on, making capacity planning and deprecation decisions blind. Goals - Expose every installed MCP server’s tools as signet mcp