mcp: add protocol and router unit tests

This commit is contained in:
Adrià Arrufat
2026-02-22 23:15:45 +09:00
parent a27339b954
commit 5fea4cf760
4 changed files with 85 additions and 0 deletions

View File

@@ -132,4 +132,5 @@ noinline fn assertionFailure(comptime ctx: []const u8, args: anytype) noreturn {
test {
std.testing.refAllDecls(@This());
_ = @import("mcp/tests.zig");
}