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
+1
View File
@@ -4,5 +4,6 @@ pub mod catalog;
pub mod jsonrpc;
pub mod manifest;
pub mod session;
pub mod tool_error;
pub use app::build_app;