From 15f5b7b5f006699600f1dc6da22068a6b2339e38 Mon Sep 17 00:00:00 2001 From: Jay Mathis Date: Sat, 19 Apr 2025 08:40:32 -0500 Subject: [PATCH] Update README.md A minor single-character typo fix; notificaions -> notifications --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 200cfab6..2e84956c 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ server.tool( ### Dynamic Servers -If you want to offer an initial set of tools/prompts/resources, but later add additional ones based on user action or external state change, you can add/update/remove them _after_ the Server is connected. This will automatically emit the corresponding `listChanged` notificaions: +If you want to offer an initial set of tools/prompts/resources, but later add additional ones based on user action or external state change, you can add/update/remove them _after_ the Server is connected. This will automatically emit the corresponding `listChanged` notifications: ```ts import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";