Files
crank/crates/crank-community-mcp/tests/unit.rs
T
github-ops 63ec9f43ec
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
Add structured MCP tool errors
2026-06-20 20:44:13 +00:00

5 lines
90 B
Rust

#[path = "unit/manifest.rs"]
mod manifest;
#[path = "unit/tool_error.rs"]
mod tool_error;