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

9
Cargo.lock generated
View File

@@ -846,6 +846,15 @@ dependencies = [
"syntect",
]
[[package]]
name = "bds-mcp"
version = "0.1.0"
dependencies = [
"bds-core",
"serde_json",
"tempfile",
]
[[package]]
name = "bds-ui"
version = "0.1.0"