diff --git a/skills/cli-mcp/SKILL.md b/skills/cli-mcp/SKILL.md index 8068fa5dde..5bc6a9a720 100644 --- a/skills/cli-mcp/SKILL.md +++ b/skills/cli-mcp/SKILL.md @@ -49,6 +49,26 @@ Restart the MCP server omniroute mcp restart ``` +### `mcp enable` + +**Flags:** + +- `--transport ` + +**Example:** + +```bash +omniroute mcp enable +``` + +### `mcp disable` + +**Example:** + +```bash +omniroute mcp disable +``` + ### `mcp call [argsJson]` **Flags:** diff --git a/stryker.conf.json b/stryker.conf.json index 48f0ac5b6a..372f473b37 100644 --- a/stryker.conf.json +++ b/stryker.conf.json @@ -317,6 +317,10 @@ "tests/unit/noauth-autocombo-lockout-7623.test.ts", "tests/unit/noauth-model-lockout.test.ts", "tests/unit/provider-401-ambiguous-runtime.test.ts", + "tests/unit/agnes-cn-provider.test.ts", + "tests/unit/mcp-restart-route-13012.test.ts", + "tests/unit/antigravityUpstreamError.test.ts", + "tests/unit/issue-13089-roundrobin-live-ws-events.test.ts", "tests/unit/ollama-404-model-lockout-11071.test.ts", "tests/unit/non-streaming-client-translate.test.ts", "tests/unit/non-streaming-provider-leg.test.ts",