mcp: namespace tests

This commit is contained in:
Adrià Arrufat
2026-03-03 14:19:36 +09:00
parent 634e3e35a0
commit 6b80cd6109
3 changed files with 7 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ pub fn sendError(self: *Self, id: std.json.Value, code: protocol.ErrorCode, mess
});
}
test "MCP Integration: synchronous smoke test" {
test "MCP.Server - Integration: synchronous smoke test" {
const allocator = testing.allocator;
const app = testing.test_app;