You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(rust): collapse audio boilerplate and adopt with_conn/row_to_track helpers
Add AudioState::dispatch to eliminate per-command channel boilerplate in
audio command wrappers. Add send_engine_result closure to collapse
Play/Pause/Seek/SetDevice match arms in audio_thread. Migrate
commands/queue.rs and commands/favorites.rs to Database::with_conn.
Make row_to_track pub(crate) and replace four inlined Track row mappings
in db/favorites.rs and db/playlists.rs.
Closes task-336.1
"markdownDescription": "Denies the request_script_injection command without any pre-configured scope."
2800
-
},
2801
-
{
2802
-
"description": "Denies the script_result command without any pre-configured scope.",
2803
-
"type": "string",
2804
-
"const": "mcp-bridge:deny-script-result",
2805
-
"markdownDescription": "Denies the script_result command without any pre-configured scope."
2806
-
},
2807
-
{
2808
-
"description": "Denies the start_ipc_monitor command without any pre-configured scope.",
2809
-
"type": "string",
2810
-
"const": "mcp-bridge:deny-start-ipc-monitor",
2811
-
"markdownDescription": "Denies the start_ipc_monitor command without any pre-configured scope."
2812
-
},
2813
-
{
2814
-
"description": "Denies the stop_ipc_monitor command without any pre-configured scope.",
2815
-
"type": "string",
2816
-
"const": "mcp-bridge:deny-stop-ipc-monitor",
2817
-
"markdownDescription": "Denies the stop_ipc_monitor command without any pre-configured scope."
2818
-
},
2819
2657
{
2820
2658
"description": "This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application\nas well as reveal file in directories using default file explorer\n#### This default permission set includes:\n\n- `allow-open-url`\n- `allow-reveal-item-in-dir`\n- `allow-default-urls`",
"markdownDescription": "Denies the request_script_injection command without any pre-configured scope."
2800
-
},
2801
-
{
2802
-
"description": "Denies the script_result command without any pre-configured scope.",
2803
-
"type": "string",
2804
-
"const": "mcp-bridge:deny-script-result",
2805
-
"markdownDescription": "Denies the script_result command without any pre-configured scope."
2806
-
},
2807
-
{
2808
-
"description": "Denies the start_ipc_monitor command without any pre-configured scope.",
2809
-
"type": "string",
2810
-
"const": "mcp-bridge:deny-start-ipc-monitor",
2811
-
"markdownDescription": "Denies the start_ipc_monitor command without any pre-configured scope."
2812
-
},
2813
-
{
2814
-
"description": "Denies the stop_ipc_monitor command without any pre-configured scope.",
2815
-
"type": "string",
2816
-
"const": "mcp-bridge:deny-stop-ipc-monitor",
2817
-
"markdownDescription": "Denies the stop_ipc_monitor command without any pre-configured scope."
2818
-
},
2819
2657
{
2820
2658
"description": "This permission set allows opening `mailto:`, `tel:`, `https://` and `http://` urls using their default application\nas well as reveal file in directories using default file explorer\n#### This default permission set includes:\n\n- `allow-open-url`\n- `allow-reveal-item-in-dir`\n- `allow-default-urls`",
0 commit comments