Add structured MCP tool errors
Deploy / deploy (push) Successful in 1m38s
CI / Rust Checks (push) Failing after 4m41s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped

This commit is contained in:
github-ops
2026-06-20 20:44:13 +00:00
parent 3ac00a57d0
commit 63ec9f43ec
7 changed files with 275 additions and 129 deletions
+2
View File
@@ -1,2 +1,4 @@
#[path = "unit/manifest.rs"]
mod manifest;
#[path = "unit/tool_error.rs"]
mod tool_error;