From e035a123785ccd08c95b99e8c17148cc9811cfe7 Mon Sep 17 00:00:00 2001 From: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:58:54 -0300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20drain=20current=20base=20drift=20?= =?UTF-8?q?=E2=80=94=20regenerate=20cli-mcp=20SKILL.md,=20register=204=20s?= =?UTF-8?q?tryker=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/cli-mcp/SKILL.md | 20 ++++++++++++++++++++ stryker.conf.json | 4 ++++ 2 files changed, 24 insertions(+) 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",