From 940054e71c190abec45768b06f23e61e0b79c831 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 11 Apr 2025 14:23:57 +0200 Subject: [PATCH] chore: fix typo Fixes small typo from https://github.com/modelcontextprotocol/typescript-sdk/pull/247. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fcdff17..3cb7ff07 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ putMessageTool.disable() const upgradeAuthTool = server.tool( "upgradeAuth", - { permission: z.enum(["write', vadmin"])}, + { permission: z.enum(["write', admin"])}, // Any mutations here will automatically emit `listChanged` notifications async ({ permission }) => { const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)