Add MCP server (v1 read-only): toggle, per-pane gate, panel UI
This commit is contained in:
parent
6068522ee3
commit
83d8932c98
15 changed files with 1235 additions and 7 deletions
|
|
@ -123,6 +123,12 @@
|
|||
color: #f0c060;
|
||||
border-color: #c98a1f;
|
||||
}
|
||||
.bcast-chip.mcp-chip.on {
|
||||
/* Green for MCP-allowed — clearly distinct from broadcast's orange. */
|
||||
background: #1a3a1a;
|
||||
color: #80e080;
|
||||
border-color: #2a6a2a;
|
||||
}
|
||||
|
||||
.distro-menu {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue