-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcordis.patch.yml
More file actions
41 lines (41 loc) · 2.02 KB
/
Copy pathcordis.patch.yml
File metadata and controls
41 lines (41 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# dsh-mcp-panel bundle patch: mount the MCP management console. `name` is the
# package name, resolved through the profile's node_modules. An id-targeted
# override replaces the whole config row — restate every key when overriding.
# The console writes the PROFILE patch layer (cordis.patch.yml) only through
# its approval-gated, backup-first, append-only CRUD actions.
- insert:
- id: mcp-panel
name: dsh-mcp-panel
config:
# One-shot Streamable HTTP connectivity probe tool (background job;
# results are panel-only). Set false to omit the mcp_probe tool.
probeEnabled: true
# Per-probe timeout in milliseconds.
probeTimeoutMs: 10000
# Cap on probe records shown in the panel (default 10).
# maxProbes: 10
# Suggested panel refresh interval in ms; 0 = on demand only.
# refreshIntervalMs: 0
# Output language of the /mcp command (en | zh | es | pt | hi).
# outputLanguage: en
# Periodically probe streamable-http servers in the background.
# passiveProbeEnabled: false
# Passive probe interval in milliseconds.
# passiveProbeIntervalMs: 60000
# Tool trial console (settings tab + /mcp call) through the official
# tool pipeline. Set false to disable trial calls entirely.
# trialEnabled: true
# Panel-side deadline for one trial tool call in milliseconds.
# trialTimeoutMs: 120000
# Cap on the trial result payload in characters.
# trialMaxResultChars: 60000
# Kill switch for profile-patch writes: false rejects every write
# (fragments stay copyable).
# writeEnabled: true
# Verify each write against the loader's re-applied state before
# reporting success (a skipped patch must not read as success).
# writeVerifyEnabled: true
# Polling budget for write verification in milliseconds.
# writeVerifyTimeoutMs: 3000
# Number of cordis.patch.yml backups retained per write.
# backupCount: 5