Implement MCP automation and approvals.

This commit is contained in:
2026-07-19 15:10:43 +02:00
parent fdfae200a0
commit fb5cae2131
35 changed files with 3654 additions and 80 deletions

View File

@@ -25,6 +25,8 @@ fn desktop_packages_have_native_icons_and_cargo_commands() {
"identifier = \"de.rfc1437.ruds\"",
"deep-link-protocols = [{ schemes = [\"ruds\"] }]",
"signing-identity = \"-\"",
"cargo build --release -p bds-ui -p bds-cli -p bds-mcp",
"{ path = \"bds-mcp\" }",
] {
assert!(manifest.contains(required), "missing {required}");
}