Skip to content

Commit 940054e

Browse files
authored
chore: fix typo
Fixes small typo from modelcontextprotocol#247.
1 parent c3adee2 commit 940054e

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
@@ -413,7 +413,7 @@ putMessageTool.disable()
413413

414414
const upgradeAuthTool = server.tool(
415415
"upgradeAuth",
416-
{ permission: z.enum(["write', vadmin"])},
416+
{ permission: z.enum(["write', admin"])},
417417
// Any mutations here will automatically emit `listChanged` notifications
418418
async ({ permission }) => {
419419
const { ok, err, previous } = await upgradeAuthAndStoreToken(permission)

0 commit comments

Comments
 (0)