Merge branch 'release/v3.8.51' into fix/claude-oauth-sticky-refresh

This commit is contained in:
Ravi Tharuma
2026-09-16 17:13:58 +02:00
committed by GitHub
2 changed files with 26 additions and 1 deletions

View File

@@ -49,6 +49,26 @@ Restart the MCP server
omniroute mcp restart
```
### `mcp enable`
**Flags:**
- `--transport <transport>`
**Example:**
```bash
omniroute mcp enable
```
### `mcp disable`
**Example:**
```bash
omniroute mcp disable
```
### `mcp call <tool> [argsJson]`
**Flags:**

View File

@@ -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",
@@ -464,7 +468,8 @@
"tests/unit/guardrails/visionBridgeRouter.test.ts",
"tests/unit/issue-11912-opencode-roundrobin-collapse.test.ts",
"tests/unit/opencode-400-model-unavailable.test.ts",
"tests/unit/strong-credential-token-linear-scan.test.ts"
"tests/unit/strong-credential-token-linear-scan.test.ts",
"tests/unit/provider-401-ambiguous-runtime.test.ts"
],
"nodeArgs": [
"--import",