From c16de82660f37dde650867fe41324d675b7de2de Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Sun, 9 Aug 2026 20:03:55 +1200 Subject: [PATCH] Fix typo in Everything server docs --- src/everything/docs/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/docs/how-it-works.md b/src/everything/docs/how-it-works.md index 514c6f5663..f3927f386d 100644 --- a/src/everything/docs/how-it-works.md +++ b/src/everything/docs/how-it-works.md @@ -15,7 +15,7 @@ - `get-roots-list` - `trigger-elicitation-request` - `trigger-sampling-request` -- Client capabilities aren't known until after initilization handshake is complete. +- Client capabilities aren't known until after initialization handshake is complete. - Most tools are registered immediately during the Server Factory execution, prior to client connection. - To defer registration of these commands until client capabilities are known, a `registerConditionalTools(server)` function is invoked from an `onintitialized` handler.