Skip to content

Commit 1879922

Browse files
authored
Merge pull request #480 from Boyquotes/patch-1
Fix notificaions in README.md
2 parents 66dec56 + 9fe501b commit 1879922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ server.tool(
512512

513513
### Dynamic Servers
514514

515-
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:
515+
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:
516516

517517
```ts
518518
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

0 commit comments

Comments
 (0)