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

@@ -5,6 +5,7 @@ members = [
"crates/bds-editor",
"crates/bds-ui",
"crates/bds-cli",
"crates/bds-mcp",
]
[workspace.package]
@@ -67,3 +68,4 @@ rfd = "0.15"
# Internal crates
bds-core = { path = "crates/bds-core" }
bds-editor = { path = "crates/bds-editor" }
bds-mcp = { path = "crates/bds-mcp" }