mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-18 04:42:30 +03:00
Merge branch 'release/v3.8.51' into fix/claude-oauth-sticky-refresh
This commit is contained in:
@@ -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:**
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user