From fa58e5fba8b8e2d9175003b98ad44268d39990c6 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Tue, 4 Aug 2026 13:26:42 +0100 Subject: [PATCH 1/2] Reo tracker just for mcp-server --- src/partials/footer-scripts.hbs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index d0ec4f06..fc760bc4 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -53,3 +53,10 @@ MathJax.Hub.Register.StartupHook("AsciiMath Jax Ready", function () { {{#if (eq env.SHOW_FEEDBACK_BUTTON 'true')}} {{/if}} +{{#if (eq page.attributes.component-name 'mcp-server')}} + + + +{{/if}} From 323c1d22fab14214cb97264d57a4b4d38d11dc08 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Mon, 10 Aug 2026 13:42:38 +0100 Subject: [PATCH 2/2] correcting Reo script --- src/partials/footer-scripts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/footer-scripts.hbs b/src/partials/footer-scripts.hbs index fc760bc4..bd916375 100644 --- a/src/partials/footer-scripts.hbs +++ b/src/partials/footer-scripts.hbs @@ -56,7 +56,7 @@ MathJax.Hub.Register.StartupHook("AsciiMath Jax Ready", function () { {{#if (eq page.attributes.component-name 'mcp-server')}} {{/if}}